For a list of all members of this type, see UIElement members.
Name | Description | |
---|---|---|
AccessibilityInstance | Returns the accessible object associated with the element. | |
AccessibilityInstanceResolved | Returns the accessible object associated with this element or one of its parent elements. | |
Adjustable | Returns true is this element can be moved or resized by the user | |
AreTouchMetricsEnabled | Returns whether Touch mode is currently enabled on this control. | |
BorderSides | Returns flags indicating which borders will be drawn | |
BorderStyle | BorderStyle of the element. UIElementBorderStyle | |
CancelCaptureOnEscape | Indicates if capture for this element should be terminated if the escape key is pressed. | |
ChildElements | Returns the child elements array (read-only) | |
ChildElementsDirty | True indicates that the child elements need to be created/adjusted on the next draw operation (read-only) | |
ClipRect | Returns the intersection of this element's rect's with all of its parent element's rects | |
Control | Walks up the parent chain until it reaches a Control element (which overrides this method) | |
ControlElement | Returns the top level/control element. Read-only. | |
Cursor | Returns the cursor that should be used when the mouse is over the element. By default this just walks up the parent chain by returning its parent's cursor | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
DrawingClipRect | Returns the intersection of this element's rect's with all of its parent element's rects. This can differ from the ClipRect when RightToLeft is true or if the ZoomFactor is different than 1. | |
DrawingRect | Returns the rect into which the element will draw. This can differ from the Rect when RightToLeft is true or if the ZoomFactor is different than 1. | |
DrawingRectInsideBorders | Returns the rect into which the element will draw after adjusting for any borders. This can differ from the RectInsideBorders when RightToLeft is true or if the ZoomFactor is different than 1. | |
DrawingRegion | Returns the Region into which the element will draw. This can differ from the Region when RightToLeft is true or if the ZoomFactor is different than 1. | |
Enabled | Gets/sets whether this element is enabled. Note: this will return false the element or any of its ancestors are disabled. | |
HasChildElements | Returns true if there are any child elements (read-only) | |
IsAccessibleElement | Indicates if the element supports accessibility. | |
IsDrawing | True if this element is in a drawing operation (read-only). | |
IsElementDrawn | True if this element is drawn normally. The default implementation of this property returns true. It may be overidden by some elements who don't do any rendering (e.g. scrollbars since they are actually scrollbar windows that render themselves) | |
IsFullyVisible | Returns true if the entire elment is visible or false if any part is clipped | |
IsUiaDelegatingElement | Indicates that this element supports UI Automation, but only as an invisible delegate that does not display in the UIAutomation tree. | |
IsUiaElement | Indicates if the element supports UI Automation. | |
NestDepth | The nesting depth, 0 for top level control elements, 1 for their direct child elements, 2 for those element's child elements etc. (read-only) | |
Parent | The parent/containing element (will be null for a top level/control element). | |
ParentIsRightToLeft | Returns whether this element is contained within an element that is RightToLeft. | |
Path | Specifies a GraphicsPath to use for drawing the Background, Borders, or ImageBackground of the UIElement. | |
Rect | The element's bounding rectangle in client coordinates | |
RectInsideBorders | Returns the rectangle after adjusting for any borders | |
Region | Returns the region of this element. The default returns the element's Rect as a region. This method can be overriden to supply an irregularly shaped region | |
RightToLeft | Gets a value indicating whether elements are aligned to support locales using right-to-left fonts. | |
RightToLeftResolved | Returns the resolved RightToLeft state of the element. | |
SelectableItem | If the context for this element is a selectable item (e.g. a grid row, cell or header) it is returned. The default implementation walks up the parent chain calling this method recursively until a selectable item is found or the control element is reached | |
ThemedElementRegion | Returns the region of this element that themed drawing should be clipped to. The default implementation returns null. | |
ToolTipItem | Returns or sets an object that provides tooltip information for the element. | |
UIAutomationProvider | Returns a UIAutomation provider for this UIElement. | |
UIRole | Returns the Infragistics.Win.AppStyling.UIRole associated with this element. | |
UIRoleResolved | Returns the Infragistics.Win.AppStyling.UIRole used by this element or an element higher up the parent chain. |
Name | Description | |
---|---|---|
ChildElementArrayCapacity | Returns the expected number of child elements for this element | |
ClipChildren | Returning true causes all drawing of this element's child elements to be expicitly clipped to the area inside this elements borders | |
ClipRectChildren | Returns the rect inside borders as the default | |
ClipSelf | Returning true causes all drawing of this element to be expicitly clipped to its region | |
DelegateMousePanningToParent | Returns the element which handles mouse panning for this element. | |
DrawsFocusRect | Returns true if this element needs to draw a focus rect. This should be overridden since the default implementation always returns false. | |
ForceDrawsFocusRect | Returns a boolean value indicating whether this element's focus rectangle drawing logic should ignore the associated control's focused state. | |
HasCapture | Indicates if the element has capture. | |
InkProvider | Returns the InkProvider registered for our control's container. | |
NotificationBadgeProvider | If the element can show Notification Badges it will return its provider. | |
PrimaryContext | Used to keep track of the primary context for this element (e.g. its Row, Cell, Header etc.). Since most elements need only one context this property is usually adequate. | |
SupportsHorizontalMousePanning | Gets whether this Element supports horizontal mouse panning Default implementation returns false; derived elements that want to support panning must override this property implementation and return true If a derived element returns true, the mouse is captured when the middle button is pressed. The virtual 'OnMousePanHorizontal' method will be called during the capture. Derived elements that want to support panning should override OnMousePanHorizontal, and perform scrolling operations from within that method | |
SupportsVerticalMousePanning | Gets whether this Element supports vertical mouse panning Default implementation returns false; derived elements that want to support panning must override this property implementation and return true If a derived element returns true, the mouse is captured when the middle button is pressed. The virtual 'OnMousePanVertical' method will be called during the capture. Derived elements that want to support panning should override OnMousePanVertical, and perform scrolling operations from within that method | |
WantsMouseHoverNotification | Return true if this element wants to be notified when the mouse hovers over it. This property is read-only. |
UIElement Class
Infragistics.Win Namespace
Infragistics.Shared.DisposableObject