Version

Search Results

DirtyChildElements(Boolean) Method

Syntax Parameters invalidate

Draw(Graphics,Rectangle,Boolean,AlphaBlendMode) Method

Syntax Parameters graphics invalidRectangle doubleBuffer alphaBlendMode

Draw(Graphics,Rectangle,Boolean,AlphaBlendMode,Boolean) Method

Syntax Parameters graphics invalidRectangle doubleBuffer alphaBlendMode forceDrawAsFocused

DrawBackColor Method (RibbonTabPageUIElement)

Overridden. Used to draw the slight glow gradient into the page for selected contextual tabs. Syntax Parameters drawParams The Infragistics.Win.UIElementDrawParams providing rendering information. Example This sample overrides the virtual method DrawBackColor on UIElement. It calls the base implementation then dra...

DrawBorders Method (RibbonTabPageUIElement)

Draws the borders for the element. Syntax Parameters drawParams The Infragistics.Win.UIElementDrawParams used to provide rendering information. Example This sample, overrides the virtual method DrawBorders on UIElement. Using the DrawButtonBorders method of DrawParams, we emulate the OfficeXP style border drawing.