Version

UltraTab Class Methods

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

Public Methods
 NameDescription
Public MethodCloseCloses the tab.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodEnsureTabInViewScrolls the tab into view.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRepositionRepositions 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.  
Public MethodResetActiveAppearanceMethod used to reset all ActiveAppearance property values to their default values.  
Public MethodResetAllowClosingResets the AllowClosing property back to its default value.  
Public MethodResetAllowMovingResets the AllowMoving property back to its default value.  
Public MethodResetAppearanceMethod used to reset all Appearance property values to their default values.  
Public MethodResetClientAreaAppearanceMethod used to reset all ClientAreaAppearance property values to their default values.  
Public MethodResetCloseButtonAlignmentResets the CloseButtonAlignment property back to its default value.  
Public MethodResetCloseButtonVisibilityResets the CloseButtonVisibility property back to its default value.  
Public MethodResetEnabledResets the Enabled property back to its default value.  
Public MethodResetFixedWidthResets the FixedWidth property back to its default value.  
Public MethodResetHotTrackAppearanceMethod used to reset all HotTrackAppearance property values to their default values.  
Public MethodResetHotTrackSelectedAppearanceMethod used to reset all HotTrackSelectedAppearance property values to their default values.  
Public MethodResetKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodResetNotificationBadgeSettingsResets the NotificationBadgeSettings to their default value (null)  
Public MethodResetNotificationBadgeTextResets the NotificationBadgeText property to its default value.  
Public MethodResetSelectedAppearanceMethod used to reset all SelectedAppearance property values to their default values.  
Public MethodResetTextMethod used to set the text of the tab back to its default value.  
Public MethodResetToolTipTextMethod used to set the ToolTipText of the tab back to its default value.  
Public MethodResetVisibleResets the Visible property back to its default value.  
Public MethodResolveAppearanceOverloaded. Resolves the appearance of this tab  
Public MethodShouldSerializeAllowClosingReturns true if the AllowClosing property is not set to its default value.  
Public MethodShouldSerializeCloseButtonAlignmentReturns true if the CloseButtonAlignment property is not set to its default value.  
Public MethodShouldSerializeCloseButtonVisibilityReturns true if the CloseButtonVisibility property is not set to its default value.  
Public MethodShouldSerializeKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public MethodShouldSerializeNotificationBadgeSettingsReturns true if the HasNotificationBadgeSettings needs to be serialized  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringMethod used to return the Text property.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetNotificationBadgeBoundsDetermines the rectangle area of the NotificationUIElement. In this area the tools will display the element will be positioned based on its size and position  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDisposeOverridden. Overriden. Invoked then when the tab is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollectionOverridden. Called when this object is being removed from the passed in collection.  
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on a sub object.  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeActiveAppearanceReturns true if the ActiveAppearance has any non-default property values set.  
Protected MethodShouldSerializeAllowMovingReturns true if the AllowMoving property is not set to its default value.  
Protected MethodShouldSerializeAppearanceReturns true if the Appearance has any non-default property values set.  
Protected MethodShouldSerializeClientAreaAppearanceReturns true if the ClientAreaAppearance has any non-default property values set.  
Protected MethodShouldSerializeEnabledReturns true if the Enabled property is not set to its default value.  
Protected MethodShouldSerializeFixedWidthReturns true if the FixedWidth property is not set to its default value.  
Protected MethodShouldSerializeHotTrackAppearanceReturns true if the HotTrackAppearance has any non-default property values set.  
Protected MethodShouldSerializeHotTrackSelectedAppearanceReturns true if the HotTrackSelectedAppearance has any non-default property values set.  
Protected MethodShouldSerializeSelectedAppearanceReturns true if the SelectedAppearance has any non-default property values set.  
Protected MethodShouldSerializeTabPageReturns true if the TabPage property needs to be serialized.  
Protected MethodShouldSerializeToolTipTextMethod that returns true if the ToolTipText is not null.  
Protected MethodShouldSerializeVisibleReturns true if the Visible property is not set to its default value.  
See Also