The following tables list the members exposed by TabItemUIElement.
Name | Description | |
---|---|---|
TabItemUIElement Constructor | Initializes a new TabItemUIElement |
Name | Description | |
---|---|---|
childElementsCollection | The collection of child elements (Inherited from Infragistics.Win.UIElement) | |
childElementsCollectionDirty | Indicates if the child elements for this element need to be repositioned/created (Inherited from Infragistics.Win.UIElement) | |
parentElement | The parent UIElement (will be null for the ControlUIElementBase derived classes (Inherited from Infragistics.Win.UIElement) | |
rectValue | The rect of this elements in client coordinates of the control (Inherited from Infragistics.Win.UIElement) |
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. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
AreTouchMetricsEnabled | Returns whether Touch mode is currently enabled on this control. (Inherited from Infragistics.Win.UIElement) | |
BorderSides | Overridden. Returns flags indicating which borders will be drawn | |
BorderStyle | Overridden. Gets/sets the border style for the element. | |
CancelCaptureOnEscape | Overridden. Indicates if capture is cancelled when the escape key is pressed. | |
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) | |
ClipSelfRect | A rectangle used to clip the drawing of the element. | |
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 | Overridden. Gets/sets the enabled state of the element. | |
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. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
Image | Image displayed in the button. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
ImageElement | Returns the ImageUIElement associated with the ImageAndTextUIElement (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
ImageHAlign | Gets/sets the horizontal alignment for the image. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
ImagePadding | Determines the padding around the image. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
ImageVAlign | Gets/sets the vertical alignment for the image. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
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. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
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. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
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 | Overridden. Returns the region of this element. | |
ReserveShadowSpace | Gets/sets whether the space should be reserved for an image shadow. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
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. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
ScaledImageSize | Determines the scaled size of an image. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
ScaleImage | Determines if the image is scaled. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
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. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
ShouldUseTypographicFormatString | Boolean property which shows if the UIElement should use Typographic FormatString (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
TabItem | Gets/sets the tab item associated with the element. | |
TabManager | Returns the owning TabManager object. | |
Text | Text displayed in the button. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
TextElement | Returns the TextUIElement associated with the ImageAndTextUIElement (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
TextHAlign | Gets/sets the horizontal alignment for the text. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
TextPadding | Padding around the text. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
TextPlacement | Determines the placement of the text in relation to the image. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
TextVAlign | Gets/sets the vertical alignment for the text. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
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 | Overridden. 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. (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. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
Vertical | Determines if the text is rendered vertically. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
WrapText | Determines if the text can be wrapped to multiple lines. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) |
Name | Description | |
---|---|---|
AutoInvalidate | Used to determine if the element should invalidate itself when its properties are changed. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
ChildElementArrayCapacity | Returns the expected number of child elements for this element (Inherited from Infragistics.Win.UIElement) | |
ChildElementRect | Overridden. Returns the rectangle to use when positioning the child elements | |
ClipChildren | Overriden. The child elements must be clipped if the image element is larger than the panel. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
ClipRectChildren | Returns the rectangle by which the child elements should be clipped. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
ClipSelf | Overridden. 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. (Inherited from Infragistics.Win.UIElement) | |
DrawsFocusRect | Overridden. Returns true if a focus rect should be drawn. | |
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 | Overridden. If the element can show a Notification Badge 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. (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) | |
ThemedTabItemState | Gets the tab item state to use when drawing the tab item themed. | |
WantsDrawNotifications | Determines whether child element draw notifications should be invoked on the element. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
WantsMouseHoverNotification | Overridden. Indicates if the element wants to receive mouse hover notifications. |
Name | Description | |
---|---|---|
AdjustableElementFromPoint | Overloaded. Returns an element reference if the passed in point is over the AdjustableArea of this element (or any of its child elements) (Inherited from Infragistics.Win.UIElement) | |
AdjustRectForRightToLeft | Takes a rect and adjusts it for RightToLeft relative to this UIElement. (Inherited from Infragistics.Win.UIElement) | |
AdjustRectForZooming | Adjust the rectangle size and position based on the zoom factor of the ControlUIElement. (Inherited from Infragistics.Win.UIElement) | |
AdjustRegionToZoomFactor | Adjusts the region for the provided zoom factor (Inherited from Infragistics.Win.UIElement) | |
Contains | Overloaded. Overridden. Checks if the point is over the element. This may be overridden in derived classes for specialized hit test logic. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
DirtyChildElements | Overloaded. Sets the dirty flag so that the next time the element is drawn it will reposition its child elements (Inherited from Infragistics.Win.UIElement) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
Draw | Overloaded. Draws the element. (Inherited from Infragistics.Win.UIElement) | |
DrawElement | Renders the element into the graphics object of the specified defaultDrawParams. This method will recursively invoke itself for rendering the descendant elements. (Inherited from Infragistics.Win.UIElement) | |
DrawToBitmap | Returns a bitmap into which the UIElement has been drawn. (Inherited from Infragistics.Win.UIElement) | |
ElementFromPoint | Overloaded. Returns the lowest level element that contains the passed in point (Inherited from Infragistics.Win.UIElement) | |
GetAdjustableCursor | The adjustable cursor is used by any element that can be moved or resized. Returning null means the element can not be adjusted by clicking on the passed in point. (Inherited from Infragistics.Win.UIElement) | |
GetAdjustmentRange | Returns the range limits for adjusting the element in either or both dimensions. It also returns the initial rects for the vertical and horizontal bars that will need to be inverted during the mouse drag operation. Default implementation sets everything to zero. (Inherited from Infragistics.Win.UIElement) | |
GetAncestor | Walks up the parent chain until it reaches the parent of the requested type. Also, if this element is of the passed in type then this elemnt will be returned. (Inherited from Infragistics.Win.UIElement) | |
GetBorderWidths | Overridden. Returns the widths of all four borders | |
GetContext | Overloaded. Returns the primary context object. (Inherited from Infragistics.Win.UIElement) | |
GetDescendant | Overloaded. Returns an element of the requested type or null. (Inherited from Infragistics.Win.UIElement) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
HasAncestor | Returns true if the passed in element is in this elment's parent chain (Inherited from Infragistics.Win.UIElement) | |
HasContext | Overloaded. Returns true if this element (or any of its ancestors) has this context (Inherited from Infragistics.Win.UIElement) | |
HitTest | Retrieves the child accessible object at the specified screen coordinates. (Inherited from Infragistics.Win.UIElement) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitProvider | Initialize the provider (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
Invalidate | Overloaded. Overridden. Invalidates this element | |
IsDescendantOf | Returns true if this element is the same as the specified element or if this element is a descendant of the specified element. (Inherited from Infragistics.Win.UIElement) | |
Navigate | Overloaded. Navigates to another accessible object (Inherited from Infragistics.Win.UIElement) | |
Offset | Overloaded. Offsets this element rect and all of its child elements (Inherited from Infragistics.Win.UIElement) | |
PointInAdjustableArea | Returns true if the passed in point is over an area of this element that would require the AdjustableCursor to be displayed (Inherited from Infragistics.Win.UIElement) | |
PointInElement | Overloaded. Checks if the point is over the element and is not over an overlapping sibling element. (Inherited from Infragistics.Win.UIElement) | |
Draws the element into a printer dc. (Inherited from Infragistics.Win.UIElement) | ||
VerifyChildElements | Overloaded. Called to ensure that all child elements are created and positioned properly. If the ChildElementsDirty flag is true then the PositionChildElements will be called and the dirty flag will be reset. This method gets called recursively for all descendant elements. (Inherited from Infragistics.Win.UIElement) | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
AfterDrawChild | Invoked after a phase of the child elements is invoked. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
BeforeDrawChild | Invoked before a phase of the child elements is invoked. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
ContinueDescendantSearch | This method is called from Infragistics.Win.UIElement.GetDescendant as an optimization to prevent searching down element paths that can't possibly contain the element that is being searched for. (Inherited from Infragistics.Win.UIElement) | |
CreateUIAutomationProvider | Factory method which creates a UI Automation wrapper for the specified context. (Inherited from Infragistics.Win.UIElement) | |
DrawBackColor | Overridden. Overriden. Renders the background for the tab item. | |
DrawBorders | Overridden. Invoked when the borders for the element should be rendered. | |
DrawChildElements | Default child element rendering - draws each of the child elements. (Inherited from Infragistics.Win.UIElement) | |
DrawFocus | Overridden. Default drawfocus method draws a focus rect inside the element's borders | |
DrawForeground | Default foreground rendering - does nothing (Inherited from Infragistics.Win.UIElement) | |
DrawImage | Default image rendering - does nothing (Inherited from Infragistics.Win.UIElement) | |
DrawImageBackground | Overriden. Only draws the imagebackground if Infragistics.Win.ImageAndTextUIElement.DrawsImageBackground is set to true. (Inherited from Infragistics.Win.ImageAndTextUIElement) | |
DrawTheme | Overridden. Overriden. Draws the themed background for a progress bar. | |
GetUIRole | Helper method for obtaining a Infragistics.Win.AppStyling.UIRole for a particular role name. (Inherited from Infragistics.Win.UIElement) | |
InitAppearance | Overridden. Initializes the appearance of the element. | |
InternalCursorFromAppearance | Extracts the cursor from the appearance object this method is overridden by an element with a mousepointer set (Inherited from Infragistics.Win.UIElement) | |
InternalSetElementsChanged | Default implementation just walks up the parent chain. This is overriden by the ControlUIElementBase class which maintains a flag that some descendant element may have changed (Inherited from Infragistics.Win.UIElement) | |
IntersectChildElementInvalidRect | Invoked by the child elements to determine the intersection of the child element's rectangle with the invalid rect. (Inherited from Infragistics.Win.ImageAndTextUIElementEx) | |
IntersectInvalidRect | Returns the intersection of the element's rect with the invalid rect for the current draw operation. (Inherited from Infragistics.Win.UIElement) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnAfterDraw | A virtual method that gets called after the element draw operation finishes. (Inherited from Infragistics.Win.UIElement) | |
OnBeforeDraw | A virtual method that gets called before the element draw process starts. (Inherited from Infragistics.Win.UIElement) | |
OnDispose | Overridden. Invoked when element is being disposed. | |
OnMousePanCapture | Called when this element is captured to begin a mouse panning operation. (Inherited from Infragistics.Win.UIElement) | |
OnMousePanCaptureTerminated | Called when capture is released from this element to end a mouse panning operation. (Inherited from Infragistics.Win.UIElement) | |
OnMousePanHorizontal | Virtual method that is called each time the mouse pans horizontally Derived classes should override this method (Inherited from Infragistics.Win.UIElement) | |
OnMousePanVertical | Virtual method that is called each time the mouse pans vertically Derived classes should override this method (Inherited from Infragistics.Win.UIElement) | |
PositionChildElements | Overridden. Handles the creation and positioning of the child elements. | |
SetParent | Sets the parent element (Inherited from Infragistics.Win.UIElement) | |
WantsInputNotification | Returns true if this ui element is interested in getting notificaions of type inputType at the specified location. Default implementation always returns true. (Inherited from Infragistics.Win.UIElement) |