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


In This Topic
StatusBar Property (GcComboBoxCellType)
In This Topic
Gets a StatusBarInfo object that indicates the status bar information.
Syntax
'Declaration
 
Public ReadOnly Property StatusBar As StatusBarInfo
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As StatusBarInfo
 
value = instance.StatusBar

Property Value

A StatusBarInfo object.
Remarks
This property determines the StatusBar.Text and the StatusBar.Visible properties.
See Also