Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CheckBoxPictureIndex Enumeration


In This Topic
    CheckBoxPictureIndex Enumeration
    In This Topic
    Specifies the index for the picture for the states of a check box.
    Syntax
    'Declaration
     
    
    Public Enum CheckBoxPictureIndex 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CheckBoxPictureIndex
    public enum CheckBoxPictureIndex : System.Enum 
    Members
    MemberDescription
    FalseSets the index for the false state picture of the check box
    FalseDisabledSets the index for the false disabled state picture of the check box
    FalsePressedSets the index for the false pressed state picture of the check box
    IndeterminateSets the index for the indeterminate state picture of the check box
    IndeterminateDisabledSets the index for the indeterminate disabled state picture of the check box
    IndeterminatePressedSets the index for the indeterminate pressed state picture of the check box
    TrueSets the index for the true state picture of the check box
    TrueDisabledSets the index for the true disabled state picture of the check box
    TruePressedSets the index for the true pressed state picture of the check box
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.CheckBoxPictureIndex

    See Also