FarPoint.Win Assembly > FarPoint.Win Namespace : CheckBoxPictureIndex Enumeration |
'Declaration Public Enum CheckBoxPictureIndex Inherits System.Enum
'Usage Dim instance As CheckBoxPictureIndex
public enum CheckBoxPictureIndex : System.Enum
Member | 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 |
Use the members of this enumeration to specify the state for which you are providing a picture using a CheckBoxPicture object and the Picture property.
By Pressed we mean the mouse key is pressed while the cursor is over the control. By Disabled we mean the control's Enabled property is set to false.
System.Object
System.ValueType
System.Enum
FarPoint.Win.CheckBoxPictureIndex
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10