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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[SettingsCategoryAttribute("Log")]
public class Log : UserControl
<SettingsCategoryAttribute("Log")> _
Public Class Log _
	Inherits UserControl
[SettingsCategoryAttribute(L"Log")]
public ref class Log : public UserControl

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.UserControl
              Phoenix.Gui.Pages.SettingCategories..::.Log

See Also