:: com :: sun :: star :: awt :: tab ::

interface XTabPageModel
Description
specifies an XTabPageModel interface.
Since
OOo 3.4

Attributes' Summary
TabPageID ID for tab page.  
Enabled determines whether a tab page is enabled or disabled.  
Title specifies the text that is displayed in the tab bar of the tab page.  
ImageURL specifies a URL that references a graphic that should be displayed in the tab bar.  
ToolTip specifies a tooltip text that should be displayed in the tab bar.  
Attributes' Details
TabPageID
[ readonly ] short TabPageID;
Description
ID for tab page.
Enabled
boolean Enabled;
Description
determines whether a tab page is enabled or disabled.
Title
string Title;
Description
specifies the text that is displayed in the tab bar of the tab page.
ImageURL
string ImageURL;
Description
specifies a URL that references a graphic that should be displayed in the tab bar.
ToolTip
string ToolTip;
Description
specifies a tooltip text that should be displayed in the tab bar.
Top of Page