GetPaintString Method (FpCombo)
In This Topic
Gets the string to paint.
Syntax
'Declaration
Protected Overridable Function GetPaintString() As String
'Usage
Dim instance As FpCombo
Dim value As String
value = instance.GetPaintString()
protected virtual string GetPaintString()
See Also