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

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

Inheritance Hierarchy

See Also