TextFormat Property (GcComboBox)
Gets or sets a format string used to customize text.
public string TextFormat {get; set;}
'Declaration
Public Property TextFormat As String
'Usage
Dim instance As GcComboBox
Dim value As String
instance.TextFormat = value
value = instance.TextFormat
Property Value
A
System.String value indicates a format string used to customize text.