[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_Runtime", TitleIsResource = true, 
	Position = , Icon = "Phoenix.Properties.Resources.RuntimeIcon")]
public class RuntimePage : UserControl
<PhoenixWindowTabPageAttribute("Phoenix.Properties.Resources.Page_Runtime", TitleIsResource := True,  _
	Position := , Icon := "Phoenix.Properties.Resources.RuntimeIcon")> _
Public Class RuntimePage _
	Inherits UserControl
[PhoenixWindowTabPageAttribute(L"Phoenix.Properties.Resources.Page_Runtime", TitleIsResource = true, 
	Position = , Icon = L"Phoenix.Properties.Resources.RuntimeIcon")]
public ref class RuntimePage : public UserControl

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

Inheritance Hierarchy

See Also