RibbonTabButtonItem control
A RibbonTabButtonItem control defines a tab button in the RibbonBar
control. For more about the tab button, see the section called “Introduction to RibbonBar items” in Users Guide.
The RibbonTabButtonItem control is the child object of the RibbonBar
control (RibbonBar > TabButton). For the hierarchical structure of the
ribbon controls and how to get and set them, refer to the section called “Accessing the RibbonBar items in the hierarchy” in Users Guide.
Events
This control has no events. But you can create user events and
bind them with this control. You can create the Clicked user event and
the Selected user event. For how to create the Clicked user event, see
Clicked in PowerScript Reference; for how to create the
Selected user event, see Selected in PowerScript Reference.
Properties
|
RibbonTabButtonItem property |
Datatype |
Description |
|---|---|---|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
|
Boolean |
Specifies whether the control is |
|
|
String |
Specifies the name of the clicked user event to be |
|
|
Boolean |
Specifies whether the default command for a button |
|
|
Boolean |
Specifies whether the control is enabled (can be |
|
|
Long |
Identifies the handle associated with the |
|
|
String |
Specifies the file name of the picture. |
|
|
String |
Specifies the text to be displayed as a PowerTip |
|
|
String |
Specifies the text to be displayed as a PowerTip |
|
|
RightToLeft |
Boolean |
Unsupported. |
|
String |
Specifies the name of the selected user event to be |
|
|
String |
Specifies the shortcut key for the ribbon tab |
|
|
String |
Specifies the tag value assigned to the |
|
|
String |
Specifies the text that displays in the The text for the ribbon tab button displays |
|
|
Boolean |
Specifies whether the control is visible. Values TRUE — Control is visible. FALSE |
Functions
|
RibbonTabButtonItem function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
Integer |
Gets the menu that is associated with the ribbon |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Boolean |
Adds the specified event to the end of the event |
|
|
Integer |
Sets a menu to the ribbon tab |
|
|
Integer |
Triggers a specified event in the control and |
|
|
Object |
Returns the type of the control. |