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

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

Syntax

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

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

Inheritance Hierarchy

See Also