An interface to a control that displays tab pages.
More...
import"XTabPageContainer.idl";
An interface to a control that displays tab pages.
- See also
- UnoControlTabPageContainer
- Since
- OOo 3.4
◆ addTabPageContainerListener()
Adds a listener for the TabPageActivedEvent posted after the tab page was activated.
- Parameters
-
listener | the listener to add. |
◆ getTabPage()
XTabPage getTabPage |
( |
[in] short |
tabPageIndex | ) |
|
Returns tab page for the given index.
- Parameters
-
tabPageIndex | - index of the tab page in the IndexContainer. |
- Returns
- tab page which has tabPageIndex.
◆ getTabPageByID()
XTabPage getTabPageByID |
( |
[in] short |
tabPageID | ) |
|
Returns tab page for the given ID.
- Parameters
-
tabPageID | - ID of the tab page. |
- Returns
- tab page which has tabPageID.
◆ getTabPageCount()
short getTabPageCount |
( |
| ) |
|
Returns the number of tab pages.
- Returns
- the number of tab pages.
◆ isTabPageActive()
boolean isTabPageActive |
( |
[in] short |
tabPageIndex | ) |
|
Checks whether a tab page is activated.
- Parameters
-
tabPageIndex | the tab page to be checked. |
- Returns
TRUE
if tab page is activated, else FALSE
.
◆ removeTabPageContainerListener()
Removes a listener previously added with addTabPageListener().
- Parameters
-
listener | the listener to remove. |
◆ ActiveTabPageID
Specifies the ID of the current active tab page.
The documentation for this interface was generated from the following file: