Spread Windows Forms 7.0 Product Documentation
CheckBoxPictureIndex Enumeration
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace : CheckBoxPictureIndex Enumeration


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Enum CheckBoxPictureIndex 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As CheckBoxPictureIndex
C# 
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

Remarks

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.

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.