[]
Represents the pictures (images) used for the different states of a check box.
[TypeConverter(typeof(_p))]
public class CheckBoxPicture : IDisposable
<TypeConverter(GetType(_p))>
Public Class CheckBoxPicture
Implements IDisposable
| Name | Description |
|---|---|
| CheckBoxPicture() | Initializes a new instance of the CheckBoxPicture class. |
| Name | Description |
|---|---|
| False | Gets or sets the picture (image) for the false state of the check box. |
| FalseDisabled | Gets or sets the picture (image) for the false disabled state of the checkbox. |
| FalsePressed | Gets or sets the picture (image) for the false pressed state of the check box. |
| Indeterminate | Gets or sets the picture (image) for the indeterminate state of the check box. |
| IndeterminateDisabled | Gets or sets the picture (image) for the indeterminate disabled state of the check box. |
| IndeterminatePressed | Gets or sets the picture (image) for the indeterminate pressed state of the check box. |
| IsDisposed | Gets whether is disposed. |
| this[CheckBoxPictureIndex] | Gets or sets the index for the picture (image) of the check box. |
| this[int] | Gets or sets the index for the picture (image) of the check box. |
| True | Gets or sets the picture (image) for the true state of the check box. |
| TrueDisabled | Gets or sets the picture (image) for the true disabled state of the check box. |
| TruePressed | Gets or sets the picture (image) for the true pressed state of the check box. |
| Name | Description |
|---|---|
| Dispose() | Disposes and frees up resources. |
| Dispose(bool) | Disposes and frees up resources. |