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

unpublished service UnoControlTabPageModel
Supported Interface
XTabPageModel
Usage Restrictions
not published
Description
specifies the standard model of a XTabPageModel.
Since
OOo 3.4


Constructors' Summary
create Creates a new XTabPageModel with a given ID.  
load Creates a new XTabPageModel with a given ID and a url which is used to load teh tab page model.  
Constructors' Details
create
create( [in] short  tabPageID );

Description
Creates a new XTabPageModel with a given ID.
load
load( [in] short  tabPageID,
[in] string  url );

Description
Creates a new XTabPageModel with a given ID and a url which is used to load teh tab page model.

 
Top of Page