Format Property (GcComboBox)
Gets or sets a format string used to filter or convert the input string.
public string Format {get; set;}
'Declaration
Public Property Format As String
'Usage
Dim instance As GcComboBox
Dim value As String
instance.Format = value
value = instance.Format
Property Value
A
System.String value indicates a format string used to filter or convert the input string.
The default is
System.String.Empty.