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

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

Syntax

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

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ServerInfo()()()
Initializes a new instance of the ServerInfo 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.InfoGroups..::.ServerInfo

See Also