OnStatusBarEventArgs.StatusBar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value that specifies whether the control is on the status bar.
public:
property bool StatusBar { bool get(); };
public bool StatusBar { get; }
member this.StatusBar : bool
Public ReadOnly Property StatusBar As Boolean
Property Value
True
if the control is on the status, otherwise false
.