[]
Represents the pictures for the different option button states.
[TypeConverter(typeof(RadioPictureConverter))]
public class RadioPicture
<TypeConverter(GetType(RadioPictureConverter))>
Public Class RadioPicture
Name | Description |
---|---|
RadioPicture() | Initializes a new instance of the RadioPicture class. |
Name | Description |
---|---|
False | Gets or sets the image used for the false state. |
FalsePressed | Gets or sets the image used for the false pressed state. |
this[RadioPictureType] | Gets or sets the picture for the different option button states. |
this[int] | Gets or sets the picture for the different option button states. |
True | Gets or sets the image used for the true state. |
TruePressed | Gets or sets the image used for the true pressed state. |