For a list of all members of this type, see ImageAndTextUIElementEx members.
Name | Description | |
---|---|---|
AccessibilityInstance | Returns the accessible object associated with the element. (Inherited from Infragistics.Win.UIElement) | |
AccessibilityInstanceResolved | Returns the accessible object associated with this element or one of its parent elements. (Inherited from Infragistics.Win.UIElement) | |
Adjustable | Returns true is this element can be moved or resized by the user (Inherited from Infragistics.Win.UIElement) | |
Angle | Gets/sets the angle at which the elements are rendered. | |
AreTouchMetricsEnabled | Returns whether Touch mode is currently enabled on this control. (Inherited from Infragistics.Win.UIElement) | |
BorderSides | Bits flags that specify which borders to draw (read only) (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
BorderStyle | The border style of the element (read-only) (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
CancelCaptureOnEscape | Indicates if capture for this element should be terminated if the escape key is pressed. (Inherited from Infragistics.Win.UIElement) | |
ChildElements | Returns the child elements array (read-only) (Inherited from Infragistics.Win.UIElement) | |
ChildElementsDirty | True indicates that the child elements need to be created/adjusted on the next draw operation (read-only) (Inherited from Infragistics.Win.UIElement) | |
ClipRect | Returns the intersection of this element's rect's with all of its parent element's rects (Inherited from Infragistics.Win.UIElement) | |
Control | Walks up the parent chain until it reaches a Control element (which overrides this method) (Inherited from Infragistics.Win.UIElement) | |
ControlElement | Returns the top level/control element. Read-only. (Inherited from Infragistics.Win.UIElement) | |
Cursor | Overriden. Returns the cursor displayed when the mouse is over the element. (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
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. (Inherited from Infragistics.Win.UIElement) | |
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. (Inherited from Infragistics.Win.UIElement) | |
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. (Inherited from Infragistics.Win.UIElement) | |
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. (Inherited from Infragistics.Win.UIElement) | |
DrawsBackColor | Determines whether the element renders its backcolor. (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
DrawsImageBackground | Determines whether the element renders its backcolor. (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
Enabled | Gets/sets whether this element is enabled. Note: this will return false the element or any of its ancestors are disabled. (Inherited from Infragistics.Win.UIElement) | |
HasChildElements | Returns true if there are any child elements (read-only) (Inherited from Infragistics.Win.UIElement) | |
HotkeyPrefix | Determines how mnemonics in the text are rendered. | |
Image | Image displayed in the button. | |
ImageElement | Returns the ImageUIElement associated with the ImageAndTextUIElement (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
ImageHAlign | Gets/sets the horizontal alignment for the image. | |
ImagePadding | Determines the padding around the image. | |
ImageVAlign | Gets/sets the vertical alignment for the image. | |
IsAccessibleElement | Indicates if the element supports accessibility. (Inherited from Infragistics.Win.UIElement) | |
IsDrawing | True if this element is in a drawing operation (read-only). (Inherited from Infragistics.Win.UIElement) | |
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) (Inherited from Infragistics.Win.UIElement) | |
IsFullyVisible | Returns true if the entire elment is visible or false if any part is clipped (Inherited from Infragistics.Win.UIElement) | |
IsUiaDelegatingElement | Indicates 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) | |
IsUiaElement | Indicates if the element supports UI Automation. (Inherited from Infragistics.Win.UIElement) | |
MaintainAspectRatio | Gets or sets the maintainAspectRatio local variable which will be applied to the ImageElement.MaintainAspectRatio property in PositionChildElements. (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
MultiLine | Determines if the text is displayed in multiple lines. | |
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) (Inherited from Infragistics.Win.UIElement) | |
Padding | Determines the padding around the image. | |
Parent | The parent/containing element (will be null for a top level/control element). (Inherited from Infragistics.Win.UIElement) | |
ParentIsRightToLeft | Returns whether this element is contained within an element that is RightToLeft. (Inherited from Infragistics.Win.UIElement) | |
Path | Specifies a GraphicsPath to use for drawing the Background, Borders, or ImageBackground of the UIElement. (Inherited from Infragistics.Win.UIElement) | |
Provider | The provider for the element (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
Rect | The element's bounding rectangle in client coordinates (Inherited from Infragistics.Win.UIElement) | |
RectInsideBorders | Returns the rectangle after adjusting for any borders (Inherited from Infragistics.Win.UIElement) | |
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 (Inherited from Infragistics.Win.UIElement) | |
ReserveShadowSpace | Gets/sets whether the space should be reserved for an image shadow. | |
RightToLeft | Gets a value indicating whether elements are aligned to support locales using right-to-left fonts. (Inherited from Infragistics.Win.UIElement) | |
RightToLeftResolved | Returns the resolved RightToLeft state of the element. (Inherited from Infragistics.Win.UIElement) | |
RotateText | Gets/sets whether the text is rotated 180 degrees. | |
ScaledImageSize | Determines the scaled size of an image. | |
ScaleImage | Determines if the image is scaled. | |
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 (Inherited from Infragistics.Win.UIElement) | |
ShadowImage | Gets/sets whether the image in the button displays a shadowed version under the actual image. | |
ShouldUseTypographicFormatString | Boolean property which shows if the UIElement should use Typographic FormatString (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
Text | Text displayed in the button. | |
TextElement | Returns the TextUIElement associated with the ImageAndTextUIElement (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
TextHAlign | Gets/sets the horizontal alignment for the text. | |
TextPadding | Padding around the text. | |
TextPlacement | Determines the placement of the text in relation to the image. | |
TextVAlign | Gets/sets the vertical alignment for the text. | |
ThemedElementRegion | Returns the region of this element that themed drawing should be clipped to. The default implementation returns null. (Inherited from Infragistics.Win.UIElement) | |
ToolTipItem | Returns or sets an object that provides tooltip information for the element. (Inherited from Infragistics.Win.UIElement) | |
TranslateAlignments | Indicates whether the alignment properties should be translated when dealing with vertical elements. (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
UIAutomationProvider | Returns a UIAutomation provider for this UIElement. (Inherited from Infragistics.Win.UIElement) | |
UIRole | Returns the Infragistics.Win.AppStyling.UIRole associated with this element. (Inherited from Infragistics.Win.UIElement) | |
UIRoleResolved | Returns the Infragistics.Win.AppStyling.UIRole used by this element or an element higher up the parent chain. (Inherited from Infragistics.Win.UIElement) | |
UseTextPlacement | Gets/sets whether the appearance alignments or the text placement takes precedence when positioning the text and image elements. | |
Vertical | Determines if the text is rendered vertically. | |
WrapText | Determines if the text can be wrapped to multiple lines. |
Name | Description | |
---|---|---|
AutoInvalidate | Used to determine if the element should invalidate itself when its properties are changed. | |
ChildElementArrayCapacity | Returns the expected number of child elements for this element (Inherited from Infragistics.Win.UIElement) | |
ChildElementRect | Returns the rectangle to use when positioning the child elements (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
ClipChildren | Overridden. Overriden. The child elements must be clipped if the image element is larger than the panel. | |
ClipRectChildren | Overridden. Returns the rectangle by which the child elements should be clipped. | |
ClipSelf | Returning true causes all drawing of this element to be expicitly clipped to its region (Inherited from Infragistics.Win.UIElement) | |
DelegateMousePanningToParent | Returns the element which handles mouse panning for this element. (Inherited from Infragistics.Win.UIElement) | |
DrawsFocusRect | Returns 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) | |
ForceDrawsFocusRect | Returns 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) | |
HasCapture | Indicates if the element has capture. (Inherited from Infragistics.Win.UIElement) | |
InkProvider | Returns the InkProvider registered for our control's container. (Inherited from Infragistics.Win.UIElement) | |
NotificationBadgeProvider | If the element can show Notification Badges it will return its provider. (Inherited from Infragistics.Win.UIElement) | |
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. (Inherited from Infragistics.Win.UIElement) | |
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 (Inherited from Infragistics.Win.UIElement) | |
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 (Inherited from Infragistics.Win.UIElement) | |
WantsDrawNotifications | Overridden. Determines whether child element draw notifications should be invoked on the element. | |
WantsMouseHoverNotification | Return true if this element wants to be notified when the mouse hovers over it. This property is read-only. (Inherited from Infragistics.Win.UIElement) |