Version

ITabItem Interface Members

The following tables list the members exposed by ITabItem.

Public Properties
 NameDescription
 PropertyAccessibilityObjectReturns the accessible object representing the tab item.  
 PropertyAllowMovingDetermines if the user can drag this tab around.  
 PropertyEnabledDetermines if the tab is enabled.  
 PropertyFixedWidthThe fixed width of the tab.  
 PropertyHotTrackDetermines whether the tab's appearance changes when the mouse passes over it.  
 PropertyImageSizeDetermines how much space is reserved for an image.  
 PropertyIndexThe zero-based index of the tab in the ITabProvider.Tabs list.  
 PropertyTagReturns/sets an object that is used by the caller. It is completely opague to the implementor of this interface.  
 PropertyTextReturns the tab's caption text.  
 PropertyToolTipTextReturns tooltip text (if any) for this tab.  
 PropertyVisibleDetermines if the tab is visible.  
Public Methods
 NameDescription
 MethodResolveAppearanceResolves the appearance for this tab.  
See Also