Version

PeekUIElement Class Properties

For a list of all members of this type, see PeekUIElement members.

Public Properties
 NameDescription
Public PropertyAccessibilityInstanceReturns the accessible object associated with the control. (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyAccessibilityInstanceResolvedReturns the accessible object associated with this element or one of its parent elements. (Inherited from Infragistics.Win.UIElement)
Public PropertyAdjustableReturns true is this element can be moved or resized by the user (Inherited from Infragistics.Win.UIElement)
Public PropertyAreTouchMetricsEnabledReturns whether Touch mode is currently enabled on this control. (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyBorderSidesReturns flags indicating which borders will be drawn (Inherited from Infragistics.Win.UIElement)
Public PropertyBorderStyleBorderStyle of the element. Infragistics.Win.UIElementBorderStyle (Inherited from Infragistics.Win.UIElement)
Public PropertyCancelCaptureOnEscapeIndicates if capture for this element should be terminated if the escape key is pressed. (Inherited from Infragistics.Win.UIElement)
Public PropertyChildElementsReturns the child elements array (read-only) (Inherited from Infragistics.Win.UIElement)
Public PropertyChildElementsDirtyTrue indicates that the child elements need to be created/adjusted on the next draw operation (read-only) (Inherited from Infragistics.Win.UIElement)
Public PropertyClipRectReturns the intersection of this element's rect's with all of its parent element's rects (Inherited from Infragistics.Win.UIElement)
Public PropertyComponentRoleReturns the Infragistics.Win.AppStyling.ComponentRole used to obtain the application style information for the associated component. (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyControlReturns the Infragistics.Win.ControlUIElementBase.Control associated with this element. (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyControlElementReturns the top level/control element. Read-only. (Inherited from Infragistics.Win.UIElement)
Public PropertyCurrentCursorReturns the current cursor that will be used based on the current position of the mouse. (read-only) (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyCurrentMousePositionReturns the current mouse position relative to the associated Infragistics.Win.ControlUIElementBase.Control (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyCursorReturns the cursor that should be used when the mouse is over the element. (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDrawingClipRectReturns 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. (Inherited from Infragistics.Win.UIElement)
Public PropertyDrawingRectReturns 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. (Inherited from Infragistics.Win.UIElement)
Public PropertyDrawingRectInsideBordersReturns 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. (Inherited from Infragistics.Win.UIElement)
Public PropertyDrawingRegionReturns 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. (Inherited from Infragistics.Win.UIElement)
Public PropertyElementWithMouseCaptureThe element that captured the mouse or null if the mouse hasn't been captured by an element. (read-only) (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyEnabledGets/sets whether this element is enabled. Note: this will return false the element or any of its ancestors are disabled. (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyHasChildElementsReturns true if there are any child elements (read-only) (Inherited from Infragistics.Win.UIElement)
Public PropertyIsAccessibleElementIndicates if the element supports accessibility. (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyIsDrawingTrue if this element is in a drawing operation (read-only). (Inherited from Infragistics.Win.UIElement)
Public PropertyIsElementDrawnTrue 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) (Inherited from Infragistics.Win.UIElement)
Public PropertyIsFullyVisibleReturns true if the entire elment is visible or false if any part is clipped (Inherited from Infragistics.Win.UIElement)
Public PropertyIsPrintReturns true if this element is used for print rather than normal screen display operations (read-only). (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyIsUiaDelegatingElementIndicates that this element supports UI Automation, but only as an invisible delegate that does not display in the UIAutomation tree. (Inherited from Infragistics.Win.UIElement)
Public PropertyIsUiaElementIndicates if the element supports UI Automation. (Inherited from Infragistics.Win.UIElement)
Public PropertyLastElementEnteredReturns the last element that was entered with the mouse or null (read-only). (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyNestDepthThe nesting depth, 0 for top level control elements, 1 for their direct child elements, 2 for those element's child elements etc. (read-only) (Inherited from Infragistics.Win.UIElement)
Public PropertyParentThe parent/containing element (will be null for a top level/control element). (Inherited from Infragistics.Win.UIElement)
Public PropertyParentIsRightToLeftReturns whether this element is contained within an element that is RightToLeft. (Inherited from Infragistics.Win.UIElement)
Public PropertyPathSpecifies a GraphicsPath to use for drawing the Background, Borders, or ImageBackground of the UIElement. (Inherited from Infragistics.Win.UIElement)
Public PropertyPrintColorModeIndicates how colors and images are rendered when printed. (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyRectThe element's bounding rectangle in client coordinates (Inherited from Infragistics.Win.UIElement)
Public PropertyRectInsideBordersReturns the rectangle after adjusting for any borders (Inherited from Infragistics.Win.UIElement)
Public PropertyRegionReturns 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 (Inherited from Infragistics.Win.UIElement)
Public PropertyRightToLeftGets a value indicating whether elements are aligned to support locales using right-to-left fonts. (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyRightToLeftResolvedReturns the resolved RightToLeft state of the element. (Inherited from Infragistics.Win.UIElement)
Public PropertySelectableItemIf 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 (Inherited from Infragistics.Win.UIElement)
Public PropertySuppressKeyPressForHandledKeyActionMappingsDetermines whether to set SuppressKeyPress to true in KeyDown when the key is handled by the KeyActionMappings. By default, returns false. (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyThemedElementRegionReturns the region of this element that themed drawing should be clipped to. The default implementation returns null. (Inherited from Infragistics.Win.UIElement)
Public PropertyToolTipItemReturns or sets an object that provides tooltip information for the element. (Inherited from Infragistics.Win.UIElement)
Public PropertyUIAutomationProviderReturns a UIAutomation provider for this UIElement. (Inherited from Infragistics.Win.UIElement)
Public PropertyUIRoleOverridden. Returns the Infragistics.Win.AppStyling.UIRole associated with this element.  
Public PropertyUIRoleResolvedReturns the Infragistics.Win.AppStyling.UIRole used by this element or an element higher up the parent chain. (Inherited from Infragistics.Win.UIElement)
Public PropertyUltraControlReturns the control's IUltraControl interface (Inherited from Infragistics.Win.ControlUIElementBase)
Public PropertyZoomFactorThe zoom factor of the ControlUIElement. (Inherited from Infragistics.Win.ControlUIElementBase)
Protected Properties
 NameDescription
Protected PropertyChildElementArrayCapacityReturns the expected number of child elements for this element (Inherited from Infragistics.Win.UIElement)
Protected PropertyClipChildrenReturning true causes all drawing of this element's child elements to be expicitly clipped to the area inside this elements borders (Inherited from Infragistics.Win.UIElement)
Protected PropertyClipRectChildrenReturns the rect inside borders as the default (Inherited from Infragistics.Win.UIElement)
Protected PropertyClipSelfReturning true causes all drawing of this element to be expicitly clipped to its region (Inherited from Infragistics.Win.UIElement)
Protected PropertyControlElementScalingDirtiesChildElementsDetermines whether or not the child collection will be dirtied when drawing, if the control element rect is scaled due to its zoom factor. (Inherited from Infragistics.Win.ControlUIElementBase)
Protected PropertyCurrentStateReturns bit flags indicating the current state of the control (used to get appropriate key actions on keyDown) (Inherited from Infragistics.Win.ControlUIElementBase)
Protected PropertyDefaultToolTipDisplayStyleThe default Infragistics.Win.ToolTipDisplayStyle used when the control element displays a tooltip via the element's Infragistics.Win.UIElement.ToolTipItem (Inherited from Infragistics.Win.ControlUIElementBase)
Protected PropertyDelegateMousePanningToParentReturns the element which handles mouse panning for this element. (Inherited from Infragistics.Win.UIElement)
Protected PropertyDrawsFocusRectReturns true if this element needs to draw a focus rect. This should be overridden since the default implementation always returns false. (Inherited from Infragistics.Win.UIElement)
Protected PropertyForceDrawsFocusRectReturns a boolean value indicating whether this element's focus rectangle drawing logic should ignore the associated control's focused state. (Inherited from Infragistics.Win.UIElement)
Protected PropertyHasCaptureIndicates if the element has capture. (Inherited from Infragistics.Win.UIElement)
Protected PropertyInkProviderReturns the InkProvider registered for our control's container. (Inherited from Infragistics.Win.UIElement)
Protected PropertyKeyActionMappingsReturns the control's key mappings collection (Inherited from Infragistics.Win.ControlUIElementBase)
Protected PropertyNotificationBadgeProviderIf the element can show Notification Badges it will return its provider. (Inherited from Infragistics.Win.UIElement)
Protected PropertyPrimaryContextUsed 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. (Inherited from Infragistics.Win.UIElement)
Protected PropertyRectangleIsScaledDownGets whether or not the ControlUIElement is scaled down, due to its Infragistics.Win.ControlUIElementBase.ZoomFactor. (Inherited from Infragistics.Win.ControlUIElementBase)
Protected PropertySupportsHorizontalMousePanningGets 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 (Inherited from Infragistics.Win.UIElement)
Protected PropertySupportsVerticalMousePanningGets 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 (Inherited from Infragistics.Win.UIElement)
Protected PropertyWantsMouseHoverNotificationReturn true if this element wants to be notified when the mouse hovers over it. This property is read-only. (Inherited from Infragistics.Win.UIElement)
See Also