[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("Player")]
public class PlayerInfo : UserControl
<InfoGroupAttribute("Player")> _
Public Class PlayerInfo _
	Inherits UserControl
[InfoGroupAttribute(L"Player")]
public ref class PlayerInfo : public UserControl

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PlayerInfo()()()
Initializes a new instance of the PlayerInfo class
ResetText()()() (Overrides Control..::.ResetText()()().)

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..::.PlayerInfo

See Also