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

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CommunicationInfo()()()
Initializes a new instance of the CommunicationInfo class
StartLatencyTest()()()

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

See Also