Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / TextFormat Property


TextFormat Property (GcComboBox)
Gets or sets a format string used to customize text.
Syntax
'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.
Exceptions
ExceptionDescription
The value isn't a valid TextFormat.
Remarks
This property can customize a format to display the Text of this control.
See Also