[]
        
(Showing Draft Content)

FarPoint.Win.CheckBoxPicture.Item

this Property

this[int]

Gets or sets the index for the picture (image) of the check box.

Declaration
public Image this[int index] { get; set; }
Public Default Property Item(index As Integer) As Image
Parameters
Type Name Description
int index

this[CheckBoxPictureIndex]

Gets or sets the index for the picture (image) of the check box.

Declaration
public Image this[CheckBoxPictureIndex index] { get; set; }
Public Default Property Item(index As CheckBoxPictureIndex) As Image
Parameters
Type Name Description
CheckBoxPictureIndex index