[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Gui.Controls
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[BrowsableAttribute(false)]
[DefaultValueAttribute(false)]
public override bool ShortcutsEnabled { get; set; }
<BrowsableAttribute(False)> _
<DefaultValueAttribute(False)> _
Public Overrides Property ShortcutsEnabled As Boolean
[BrowsableAttribute(false)]
[DefaultValueAttribute(false)]
public:
virtual property bool ShortcutsEnabled {
	bool get () override;
	void set (bool value) override;
}

See Also