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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class SettingEntryCheckBox : CheckBox
Public Class SettingEntryCheckBox _
	Inherits CheckBox
public ref class SettingEntryCheckBox : public CheckBox

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SettingEntryCheckBox()()()
Initializes a new instance of the SettingEntryCheckBox class
IsSafeHandleCreated
SafeHandle
SettingEntry

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ButtonBase
          System.Windows.Forms..::.CheckBox
            Phoenix.Gui.Controls..::.SettingEntryCheckBox

See Also