[]
        
(Showing Draft Content)

FarPoint.Win.CheckBoxPictureIndex

CheckBoxPictureIndex Enum

Specifies the index for the picture for the states of a check box.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public enum CheckBoxPictureIndex
Public Enum CheckBoxPictureIndex

Fields

Name Description
False

Sets the index for the false state picture of the check box

FalseDisabled

Sets the index for the false disabled state picture of the check box

FalsePressed

Sets the index for the false pressed state picture of the check box

Indeterminate

Sets the index for the indeterminate state picture of the check box

IndeterminateDisabled

Sets the index for the indeterminate disabled state picture of the check box

IndeterminatePressed

Sets the index for the indeterminate pressed state picture of the check box

True

Sets the index for the true state picture of the check box

TrueDisabled

Sets the index for the true disabled state picture of the check box

TruePressed

Sets the index for the true pressed state picture of the check box