BarCheckItem Constructors
A bar item with toggle button functionality.| Name | Parameters | Description |
|---|---|---|
| BarCheckItem() | none | Initializes a new instance of the BarCheckItem class. |
| BarCheckItem(BarManager, Boolean) | manager, check | Initializes a new instance of the BarCheckItem class with the specified Bar Manager and state. |
| BarCheckItem(BarManager) | manager | Initializes a new instance of the BarCheckItem class with the specified BarManager. |
See Also