ModernWindowBackstagePanel Property |
A TabControl object shown as backstage panel. usually this panel can be used to adjust application settings.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public TabControl BackstagePanel { get; set; }
Public Property BackstagePanel As TabControl
Get
Set
public:
property TabControl^ BackstagePanel {
TabControl^ get ();
void set (TabControl^ value);
}
Property Value
Type:
TabControlSee Also