Renders the themed caption button Syntax Parameters drawParams The Infragistics.Win.UIElementDrawParams used to provide rendering information. Return Value True if the themed element was able to be rendered Example To add XP theming support to your element. Simply override the virtual method DrawTheme. Use the XPT...
Syntax Parameters drawAncestors alphaBlendMode
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UIElementEventArgs containing data related to this event. The following UIElementEventArgs properties provide information specific to this event.Property Description Element
Syntax Parameters point
Syntax Parameters point ignoreClipping
Syntax Parameters point ignoreClipping inputType
Syntax Parameters point inputType
Overload List
Returns or sets whether the pane is enabled. Syntax Example This code overrides the positionChildElements virtual method of UIElement. This sample shows two different methods for creating and positioning child elements.