NetXP 3.0 Reference

XPCheckBox Class

XPCheckBox is a check box that draws itself using XP visual styles. It is meant to be used on SkinnedPanel controls where the normal .NET checkbox would not draw itself properly.

For a list of all members of this type, see XPCheckBox Members.

System.Object
   MarshalByRefObject
      Component
         Control
            ButtonBase
               CheckBox
                  XPCheckBox

[Visual Basic]
Public Class XPCheckBox
Inherits CheckBox
[C#]
public class XPCheckBox : CheckBox

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NETXP.Controls

Assembly: NETXP.Controls (in NETXP.Controls.dll)

See Also

XPCheckBox Members | NETXP.Controls Namespace