Version

CheckBoxImageGlyphInfo Class Members

The following tables list the members exposed by CheckBoxImageGlyphInfo.

Public Constructors
 NameDescription
Public ConstructorCheckBoxImageGlyphInfo ConstructorOverloaded.   
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.  
Public Methods
 NameDescription
Public MethodDisposeCleans up (disposes) the cached resources (Inherited from Infragistics.Win.ImageGlyphInfo)
Public MethodDrawGlyphOverloaded. Draws a glyph (Inherited from Infragistics.Win.ImageGlyphInfo)
Public MethodGetGlyphImageReturns the appropriate glyph for the specified UIElementButtonState (Inherited from Infragistics.Win.ImageGlyphInfo)
Public MethodGetGlyphSizeResolvedCalculates the size of the glyph based on Dpi Scaling, if needed. (Inherited from Infragistics.Win.GlyphInfoBase)
Public MethodSaveCombinedImageSaves the combined image to a file. (Inherited from Infragistics.Win.ImageGlyphInfo)
Public MethodToStringReturns a System.String that represents the current System.Object. (Inherited from Infragistics.Win.GlyphInfoBase)
See Also