|
Tabbed Panel |
Top Previous Next |
This is what a tabbed panel with two empty tabs looks like:
Common Properties A Tabbed Panel supports the following common widget properties: Width, Height, Bindings, Enabled, Visible, Background, Opaque, Border, Tooltip And the following common container properties: Scrolling, Smart Scrollbar Policy Custom Properties Active Tab Name of active tab. Property name: activeTab Property type: String Tab Placement Placement of tab headers: Top, Left, Bottom or Right. Property name: tabPlatement Property type: Integer Tab Layout Policy Specifies how to place tabs if they don't fit a single row:
Property name: tabLayoutPolicy Property type: Integer Adding New Tabs New tabs can be added to the tabbed panel by using the Add Tab context menu item of the Resources Tree node for the Tabbed Panel. Tab Properties Common properties: Layout, Bindings Order Number Order number of the tab. Tabs are shown according to their order numbers in ascending order. Property name: index Property type: Integer Title Title of the tab. Property name: title Property type: String Icon Image shown next to the tab's title. If NULL, no image is displayed. Property name: icon Property type: Data Block Enabled Flag indicating whether tab can be activated. Property name: enabled Property type: Boolean Foreground Tab header font color. Property name: foreground Property type: Color Background Tab background color. Property name: background Property type: Color Tooltip Text of tab tooltip. Property name: toolTipText Property type: String Common Events Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost |