ModernWindowStatusBar Property |
StatusBar of the ModernWindow. Used like the CommandBar, intended to hold several
AppBarButton objects.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax protected StatusBar StatusBar { get; set; }
Protected Property StatusBar As StatusBar
Get
Set
protected:
property StatusBar^ StatusBar {
StatusBar^ get ();
void set (StatusBar^ value);
}
Property Value
Type:
StatusBarSee Also