[]
        
(Showing Draft Content)

FarPoint.Win.RadioPicture

RadioPicture Class

Represents the pictures for the different option button states.

Inheritance
RadioPicture
Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
[TypeConverter(typeof(RadioPictureConverter))]
public class RadioPicture
<TypeConverter(GetType(RadioPictureConverter))>
Public Class RadioPicture

Constructors

Name Description
RadioPicture()

Initializes a new instance of the RadioPicture class.

Properties

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.