[]
Gets or sets the picture for the different option button states.
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 picture for the different option button states.
public Image this[RadioPictureType index] { get; set; }
Public Default Property Item(index As RadioPictureType) As Image
Type | Name | Description |
---|---|---|
RadioPictureType | index |