Version

Search Results

DrawTheme Method (PaneCaptionButtonUIElement)

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...

DrawToBitmap Method (PaneCaptionButtonUIElement)

Syntax Parameters drawAncestors alphaBlendMode

ElementClick Event (PaneCaptionButtonUIElement)

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

ElementFromPoint(Point) Method

Syntax Parameters point

ElementFromPoint(Point,Boolean) Method

Syntax Parameters point ignoreClipping

ElementFromPoint(Point,Boolean,UIElementInputType) Method

Syntax Parameters point ignoreClipping inputType

ElementFromPoint(Point,UIElementInputType) Method

Syntax Parameters point inputType

Enabled Property (PaneCaptionButtonUIElement)

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.