Version

RadioButtonImageGlyphInfo Class Members

The following tables list the members exposed by RadioButtonImageGlyphInfo.

Public Constructors
 NameDescription
Public ConstructorRadioButtonImageGlyphInfo ConstructorOverloaded.   
Public Properties
 NameDescription
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 PropertyNotSelectedDisabledGets or sets the image drawn when the radio button is selected, but disabled.  
Public PropertyNotSelectedMouseOverGets or sets the image drawn when the radio button is not selected, the mouse button is not depressed, but the mouse is over the element.  
Public PropertyNotSelectedNormalGets or sets the image drawn when the radio button is selected, the mouse button is not depressed, and the mouse is not over the element.  
Public PropertyNotSelectedPressedGets or sets the image drawn when the radio button is not selected, the mouse button is depressed, but the mouse is not over the element.  
Public PropertyNotSelectedPressedAndOverGets or sets the image drawn when the radio button is not selected, the mouse button is depressed, and the mouse is over the element.  
Public PropertySelectedDisabledGets or sets the image drawn when the radio button is selected, but disbled.  
Public PropertySelectedMouseOverGets or sets the image drawn when the radio button is selected, the mouse button is not depressed, and the mouse is over the element.  
Public PropertySelectedNormalGets or sets the image drawn when the radio button is selected, the mouse button is not depressed, and the mouse is not over the element.  
Public PropertySelectedPressedGets or sets the image drawn when the radio button is selected, the mouse button is depressed, and the mouse is not over the element.  
Public PropertySelectedPressedAndOverGets or sets the image drawn when the radio button is selected, 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