ModernWindowCommandArea Property |
A little area which present on the upper-right corner, on the same level as MainMenu.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public StackPanel CommandArea { get; set; }
Public Property CommandArea As StackPanel
Get
Set
public:
property StackPanel^ CommandArea {
StackPanel^ get ();
void set (StackPanel^ value);
}
Property Value
Type:
StackPanelSee Also