The following tables list the members exposed by UltraTab.
Name | Description | |
---|---|---|
UltraTab Constructor | Constructor |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
AccessibilityObject | Returns the accessible object representing the tab. | |
Active | Property that gets/sets whether this tab is the UltraTabControlBase.ActiveTab. | |
ActiveAppearance | Returns/sets the default appearance for this tab when it is selected. | |
AllowClosing | Gets or sets the value indicating whether the tab can be closed. | |
AllowMoving | Returns/sets whether the user can drag tabs around at runtime. | |
Appearance | Returns/sets the default appearance for this tab. | |
ClientAreaAppearance | Returns/sets the appearance of the client area (not including the tab header area) when this tab is selected. | |
CloseButtonAlignment | Gets or sets the alignment of the close button within the tab. | |
CloseButtonAlignmentResolved | Gets the resolved value of CloseButtonAlignment. | |
CloseButtonVisibility | Gets or sets the visibility of the close button within the tab. | |
CloseButtonVisibilityResolved | Gets the resolved value of CloseButtonVisibility. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Enabled | Determines if this tab is enabled at runtime. | |
ExcludedSharedControls | Read-only property that returns the collection of shared controls that will not appear on this tab of the UltraTabControl. | |
FixedWidth | Returns/sets the fixed logical width of the tab. | |
HasActiveAppearance | Read-only property that returns true if an ActiveAppearance object has been assigned to the control. | |
HasAppearance | Read-only property that returns true if an Appearance object has been assigned to the control. | |
HasClientAreaAppearance | Read-only property that returns true if an ClientAreaAppearance object has been assigned to the control. | |
HasExcludedSharedControls | Returns true if the ExcludedSharedControls collection has been allocated and has at least one control. | |
HasHotTrackAppearance | Read-only property that returns true if an HotTrackAppearance object has been assigned to the control. | |
HasHotTrackSelectedAppearance | Read-only property that returns true if an HotTrackSelectedAppearance object has been assigned to the control. | |
HasSelectedAppearance | Read-only property that returns true if an SelectedAppearance object has been assigned to the control. | |
HotTrackAppearance | Returns/sets the default appearance for this tab when it is hot tracked. | |
HotTrackSelectedAppearance | Returns/sets the default appearance for this tab when it is hot tracked and selected. | |
Index | Read-only property that returns the index of the tab within the UltraTabControlBase.Tabs collection. | |
IsHotTracked | Returns whether this tab is currently the UltraTabControlBase.HotTrackedTab. | |
IsInView | Returns whether this tab is currently in view. | |
Key | Overridden. Returns or sets a value that uniquely identifies the tab in the collection. | |
NotificationBadgeSettings | Gets or set the NotificationBadgeSettings for the tab. | |
NotificationBadgeText | Gets or sets the text that specifies the notification badge text. | |
RowNumber | Read-only property that returns the 1-based row number of of the row the tab is on. | |
Selected | Property that gets/sets whether this tab is the UltraTabControlBase.SelectedTab. | |
SelectedAppearance | Returns/sets the default appearance for this tab when it is selected. | |
TabControl | Read-only property that returns the UltraTabControlBase derived control. | |
TabPage | Returns the associated UltraTabPageControl. | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
Text | Returns/sets the caption text for the tab. | |
ToolTipText | Returns/sets the text to display in a tooltip window when the mouse hovers over the tab. | |
Visible | Determines if this tab is visible at runtime. | |
VisibleIndex | Returns/sets the index of the tab within the UltraTabControlBase.VisibleTabs collection. |
Name | Description | |
---|---|---|
KeyLowercaseInterned | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
PrimaryCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Close | Closes the tab. | |
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) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
EnsureTabInView | Scrolls the tab into view. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
Reposition | Repositions this tab before or after another tab. Passing null as the relativeTab will position the tab as the first tab if relativePosition is After or as the last tab if relativePosition is Before. | |
ResetActiveAppearance | Method used to reset all ActiveAppearance property values to their default values. | |
ResetAllowClosing | Resets the AllowClosing property back to its default value. | |
ResetAllowMoving | Resets the AllowMoving property back to its default value. | |
ResetAppearance | Method used to reset all Appearance property values to their default values. | |
ResetClientAreaAppearance | Method used to reset all ClientAreaAppearance property values to their default values. | |
ResetCloseButtonAlignment | Resets the CloseButtonAlignment property back to its default value. | |
ResetCloseButtonVisibility | Resets the CloseButtonVisibility property back to its default value. | |
ResetEnabled | Resets the Enabled property back to its default value. | |
ResetFixedWidth | Resets the FixedWidth property back to its default value. | |
ResetHotTrackAppearance | Method used to reset all HotTrackAppearance property values to their default values. | |
ResetHotTrackSelectedAppearance | Method used to reset all HotTrackSelectedAppearance property values to their default values. | |
ResetKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ResetNotificationBadgeSettings | Resets the NotificationBadgeSettings to their default value (null) | |
ResetNotificationBadgeText | Resets the NotificationBadgeText property to its default value. | |
ResetSelectedAppearance | Method used to reset all SelectedAppearance property values to their default values. | |
ResetText | Method used to set the text of the tab back to its default value. | |
ResetToolTipText | Method used to set the ToolTipText of the tab back to its default value. | |
ResetVisible | Resets the Visible property back to its default value. | |
ResolveAppearance | Overloaded. Resolves the appearance of this tab | |
ShouldSerializeAllowClosing | Returns true if the AllowClosing property is not set to its default value. | |
ShouldSerializeCloseButtonAlignment | Returns true if the CloseButtonAlignment property is not set to its default value. | |
ShouldSerializeCloseButtonVisibility | Returns true if the CloseButtonVisibility property is not set to its default value. | |
ShouldSerializeKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ShouldSerializeNotificationBadgeSettings | Returns true if the HasNotificationBadgeSettings needs to be serialized | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToString | Method used to return the Text property. | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
GetNotificationBadgeBounds | Determines the rectangle area of the NotificationUIElement. In this area the tools will display the element will be positioned based on its size and position | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnAddedToCollection | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
OnDispose | Overridden. Overriden. Invoked then when the tab is disposed. | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnRemovedFromCollection | Overridden. Called when this object is being removed from the passed in collection. | |
OnSubObjectPropChanged | Overridden. Called when a property has changed on a sub object. | |
ResetInternedKey | (Inherited from Infragistics.Shared.KeyedSubObjectBase) | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
ShouldSerializeActiveAppearance | Returns true if the ActiveAppearance has any non-default property values set. | |
ShouldSerializeAllowMoving | Returns true if the AllowMoving property is not set to its default value. | |
ShouldSerializeAppearance | Returns true if the Appearance has any non-default property values set. | |
ShouldSerializeClientAreaAppearance | Returns true if the ClientAreaAppearance has any non-default property values set. | |
ShouldSerializeEnabled | Returns true if the Enabled property is not set to its default value. | |
ShouldSerializeFixedWidth | Returns true if the FixedWidth property is not set to its default value. | |
ShouldSerializeHotTrackAppearance | Returns true if the HotTrackAppearance has any non-default property values set. | |
ShouldSerializeHotTrackSelectedAppearance | Returns true if the HotTrackSelectedAppearance has any non-default property values set. | |
ShouldSerializeSelectedAppearance | Returns true if the SelectedAppearance has any non-default property values set. | |
ShouldSerializeTabPage | Returns true if the TabPage property needs to be serialized. | |
ShouldSerializeToolTipText | Method that returns true if the ToolTipText is not null. | |
ShouldSerializeVisible | Returns true if the Visible property is not set to its default value. |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |