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


In This Topic
ListDescriptionSubItemIndex Property (GcComboBox)
In This Topic
Gets or sets the index of a SubItem relating with the StatusBar display.
Syntax
'Declaration
 
Public Property ListDescriptionSubItemIndex As Integer
 
'Usage
 
Dim instance As GcComboBox
Dim value As Integer
 
instance.ListDescriptionSubItemIndex = value
 
value = instance.ListDescriptionSubItemIndex

Property Value

An System.Int32 value indicates the index of a SubItem relating with the StatusBar display.
The default is 0.
Remarks
When the status bar is shown, this property can determine which text of subitem is displayed in the status bar of the drop-down window.
See Also