Spread Windows Forms 12.0 Product Documentation
Text Property (StatusBarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > StatusBarInfo Class : Text Property
Gets or sets the text of the StatusBar.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As StatusBarInfo
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}

Property Value

The System.String value that indicates the text of the StatusBar.
See Also

Reference

StatusBarInfo Class
StatusBarInfo Members