An NDoc Documented Class Library

CheckBox Class

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

System.Object
   White.Core.UIItems.UIItem
      White.Core.UIItems.Button
         White.Core.UIItems.CheckBox

[Visual Basic]
Public Class CheckBox
    Inherits Button
[C#]
public class CheckBox : Button
[C++]
public __gc class CheckBox : public Button
[JScript]
public class CheckBox extends Button

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: White.Core.UIItems

Assembly: White.Core (in White.Core.dll)

See Also

CheckBox Members | White.Core.UIItems Namespace