:: com :: sun :: star :: drawing :: framework ::
|
unpublished |
struct TabBarButton |
|
|
|
- Usage Restrictions
- not published
- Description
- Descriptor of a tab bar button. Tab bar buttons are typically used to
offer the user the choice between different views to be disiplayed in
one pane.
For identification only the ResourceId is used, so for
some methods of the XTabBar interface only the
ResourceId member is evaluated.
|
Elements' Summary |
ButtonLabel |
This label is displayed on the UI as button text.
|
HelpText |
The localized help text that may be displayed in a tool tip.
|
ResourceId |
XResourceId object of the resource that is requested to be
displayed when the tab bar button is activated.
|
Elements' Details |
ButtonLabel
string ButtonLabel;
- Description
- This label is displayed on the UI as button text.
The label is expected to be localized.
|
|
HelpText
string HelpText;
- Description
- The localized help text that may be displayed in a tool tip.
|
|
ResourceId
XResourceId ResourceId;
- Description
- XResourceId object of the resource that is requested to be
displayed when the tab bar button is activated.
For some methods of the XTabBar interface only this
member is evaluated. That is because only this member is used to
identify a tab bar button.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.