BasicWindowCommands Property  | 
 
            Gets or Sets an collection of UIElements as Commands, these commands will be show on the Title Bar.
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic ObservableCollection<UIElement> Commands { get; set; }Public Property Commands As ObservableCollection(Of UIElement)
	Get
	Set
public:
property ObservableCollection<UIElement^>^ Commands {
	ObservableCollection<UIElement^>^ get ();
	void set (ObservableCollection<UIElement^>^ value);
}Property Value
Type: 
ObservableCollectionUIElement
RemarksUse only buttons and Menu Items in Commands.
See Also