Currently the TabbedBar control is only used to implement the tabbed bar in the MDI/MDIHelp window.
If you have enabled TabbedView for an MDI window, PowerBuilder will automatically add a tabbed bar control to the window and allow you to access some properties of the tabbed bar control. For which properties are accessible, please refer to the section called “Displaying sheets in tabbed view” in Application Techniques.
Please do not add the TabbedBar control manually or call its function/event/property in your application, except the properties listed in the above link.
TabbedBar property |
Datatype |
Description |
---|---|---|
String |
This property is currently unsupported. |
|
String |
This property is currently unsupported. |
|
AccessibleRole (enumerated) |
This property is currently unsupported. |
|
Boolean |
This property is currently unsupported. |
|
Boolean |
This property is currently unsupported. |
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing information about the class definition of the object or control. |
Boolean |
This property is currently unsupported. |
|
String |
This property is currently unsupported. |
|
String |
Specifies the font name for the text shown in the tab header. Default is Tahoma. |
|
FontCharSet (enumerated) |
This property is currently unsupported. |
|
FontFamily (enumerated) |
This property is currently unsupported. |
|
FontPitch (enumerated) |
This property is currently unsupported. |
|
Integer |
Currently, you can only get this property value but cannot set it for the tabbed view in MDI/MDIHelp window. Specifies the height of the control, in PowerBuilder units. |
|
Boolean |
This property is currently unsupported. |
|
Boolean |
Specifies whether to open the new tab from the right most location of the bar. Values are: TRUE -- (Default) Opens the new tab from the right most location of the bar. FALSE -- Opens the new tab from the left most location of the bar. |
|
Boolean |
Specifies whether to show the close button in the tab header. Values are: TRUE -- (Default) The close button is shown in the tab header. FALSE -- The close button is not shown in the tab header. |
|
Boolean |
Specifies whether to display the popup menu when the right mouse button is clicked on the tab header. Values are: TRUE -- (Default) The popup menu is shown. FALSE -- The popup menu is not shown. |
|
Boolean |
Specifies whether to show the window icon in the tab header. Values are: TRUE -- (Default) The window icon is shown. FALSE -- The window icon is not shown. |
|
Boolean |
Specifies whether to show a PowerTip when the user moves a cursor over the tab header. Values are: TRUE -- (Default) The PowerTip is shown. FALSE -- The PowerTip is not shown. |
|
Boolean |
Specifies whether to show the separator symbol between the tab headers. Values are: TRUE -- (Default) The separator symbol is shown. FALSE -- The separator symbol is not shown. |
|
Boolean |
Specifies whether to show the window title in the tab header. Values are: TRUE -- (Default) The window title is shown. FALSE -- The window title is not shown. |
|
Integer |
This property is currently unsupported. |
|
String |
This property is currently unsupported. |
|
Integer |
The font size of the text in the tab header, in points. For backward compatibility, the size is stored as a negative number; for example, 15-point text size is stored as -15. When the font size is changed and the AutosizeHeight property is true, the height of the tabbed bar is automatically adjusted to the best size, therefore, you can adjust the font size to adjust the bar height. The Code Example App included in the product contains code examples for this. |
|
Integer |
This property is currently unsupported. |
|
Boolean |
This property is currently unsupported. |
|
Boolean |
Currently, you can only get this property value but cannot set it for the tabbed view in MDI/MDIHelp window. Specifies whether the control is visible. Values are: TRUE -- Is visible. FALSE -- Is not visible. |
|
Integer |
This property is currently unsupported. |
|
Integer |
Currently, you can only get this property value but cannot set it for the tabbed view in MDI/MDIHelp window. Specifies the width of the control, in PowerBuilder units. |
|
Integer |
Currently, you can only get this property value but cannot set it for the tabbed view in MDI/MDIHelp window. Specifies the X position (the distance from the left edge of the window), in PowerBuilder units. |
|
Integer |
Currently, you can only get this property value but cannot set it for the tabbed view in MDI/MDIHelp window. Specifies the Y position (the distance from the top of the window), in PowerBuilder units. |
TabbedBar function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the control. |
|
Integer |
Creates a reference to a context-specific instance of the specified service. |
|
PowerObject |
Returns a reference to the parent of the control. |
|
Integer |
Makes the control invisible. |
|
Integer |
This function is currently unsupported. |
|
Integer |
This function is currently unsupported. |
|
Integer |
This function is currently unsupported. |
|
Integer |
This function is currently unsupported. |
|
Integer |
Makes the control visible. |
|
Integer |
This function is currently unsupported. |
|
Object |
Returns the type of the control. |