Version

CheckBoxImageGlyphInfo Class Properties

For a list of all members of this type, see CheckBoxImageGlyphInfo members.

Public Properties
 NameDescription
Public PropertyCheckedDisabledGets or sets the image drawn when the checkbox is checked, but disbled.  
Public PropertyCheckedMouseOverGets or sets the image drawn when the checkbox is checked and the mouse is over the element, but the mouse button is not depressed.  
Public PropertyCheckedNormalGets or sets the image drawn when the checkbox is checked and the mouse is not over the element.  
Public PropertyCheckedPressedGets or sets the image drawn when the checkbox is checked and the mouse button is depressed, but the mouse is not over the element.  
Public PropertyCheckedPressedAndOverGets or sets the image drawn when the checkbox is checked and the mouse button is depressed and the mouse is over the element.  
Public PropertyDescriptionA string description of the glyphs. (Inherited from Infragistics.Win.GlyphInfoBase)
Public PropertyGlyphSizeReturns the size of the glyphs. (Inherited from Infragistics.Win.GlyphInfoBase)
Public PropertyGlyphTypeReturns the type of glyph. (Inherited from Infragistics.Win.GlyphInfoBase)
Public PropertyIndeterminateDisabledGets or sets the image drawn when the checkbox is in the indeterminate state, but disbled.  
Public PropertyIndeterminateMouseOverGets or sets the image drawn when the checkbox is in the indeterminate state and the mouse is over the element, but the mouse button is not depressed.  
Public PropertyIndeterminateNormalGets or sets the image drawn when the checkbox is in the indeterminate state and the mouse is not over the element.  
Public PropertyIndeterminatePressedGets or sets the image drawn when the checkbox is in the indeterminate state and the mouse button is depressed, but the mouse is not over the element.  
Public PropertyIndeterminatePressedAndOverGets or sets the image drawn when the checkbox is in the indeterminate state and the mouse button is depressed and the mouse is over the element.  
Public PropertyUncheckedDisabledGets or sets the image drawn when the checkbox is unchecked, but disbled.  
Public PropertyUncheckedMouseOverGets or sets the image drawn when the checkbox is unchecked and the mouse is over the element, but the mouse button is not depressed.  
Public PropertyUncheckedNormalGets or sets the image drawn when the checkbox is unchecked and the mouse is not over the element.  
Public PropertyUncheckedPressedGets or sets the image drawn when the checkbox is unchecked and the mouse button is depressed, but the mouse is not over the element.  
Public PropertyUncheckedPressedAndOverGets or sets the image drawn when the checkbox is unchecked and the mouse button is depressed and the mouse is over the element.  
See Also