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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[PhoenixWindowTabPageAttribute("Phoenix.Properties.Resources.Page_Hotkeys", TitleIsResource = true, 
	Position = , Icon = "Phoenix.Properties.Resources.HotkeysIcon")]
public class HotkeysPage : UserControl
<PhoenixWindowTabPageAttribute("Phoenix.Properties.Resources.Page_Hotkeys", TitleIsResource := True,  _
	Position := , Icon := "Phoenix.Properties.Resources.HotkeysIcon")> _
Public Class HotkeysPage _
	Inherits UserControl
[PhoenixWindowTabPageAttribute(L"Phoenix.Properties.Resources.Page_Hotkeys", TitleIsResource = true, 
	Position = , Icon = L"Phoenix.Properties.Resources.HotkeysIcon")]
public ref class HotkeysPage : public UserControl

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
HotkeysPage()()()
Initializes a new instance of the HotkeysPage class

Inheritance Hierarchy

See Also