Version

TabItem Class Members

The following tables list the members exposed by TabItem.

Public Properties
 NameDescription
Public PropertyDefaultImageThe name of the file that contains the image displayed to the left side of the text.  
Public PropertyImageAlignAlignment of image relative to text.  
Public PropertyKeyThe key string used to access this item in the Tabs collection.  
Public PropertyNextRowFlag to move this TabItem and all following items in the Tabs collection to the next row.  
Public PropertyOwnerGet a reference to the UltraWebTab which owns this item.  
Public PropertyStyleStyle object used to paint TabSeparator or Tab when it is in normal state (enabled, not selected and has no mouse).  
Public PropertyTagAn object to be associated with a Tab or TabSeparator object.  
Public PropertyTextString of text that is displayed by the object.  
Public PropertyVisibleShow or hide this tab item.  
Public Methods
 NameDescription
Public MethodToStringReturns a string representation of a TabItem object.  
See Also