Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ListDescriptionFormat Property


ListDescriptionFormat Property (GcComboBoxCellType)
Gets or sets a format string used to customize the description shown in StatusBar.
Syntax
'Declaration
 
Public Property ListDescriptionFormat As String
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As String
 
instance.ListDescriptionFormat = value
 
value = instance.ListDescriptionFormat

Property Value

A System.String value that indicates a format string used to customize the description in StatusBarInfo.
The default is System.String.Empty.
Exceptions
ExceptionDescription
The value is not a valid DescriptionFormat.
Remarks
This property customizes a format to display the description of this control.
See Also