[]
Gets or sets the index for the picture (image) of the check box.
public Image this[int index] { get; set; }
Public Default Property Item(index As Integer) As Image
| Type | Name | Description |
|---|---|---|
| int | index |
Gets or sets the index for the picture (image) of the check box.
public Image this[CheckBoxPictureIndex index] { get; set; }
Public Default Property Item(index As CheckBoxPictureIndex) As Image
| Type | Name | Description |
|---|---|---|
| CheckBoxPictureIndex | index |