Parent: $root.$iwindows.WINDOW.$objs
Children
Tab Strip fields contain a number of tabs, only one of which can be selected at any time.
| Object specific | |
| $currenttab | The current tab.For window objects,assigning a different value to $currenttab at runtime generates an evTabSelected event |
| $expandedgroups | If true, and the tabstrip is in vertical mode, all tab groups will be expanded, all tabs & groups shown and tab groups will be non-selectable. |
| $extraspacing | The extra spacing in pixels added to entries |
| $fieldstylefocused | The style in system class #STYLES assigned to this field in addition to $fieldstyle when the control has focus |
| $gridsection | The type of the complex grid section containing the object. One of the kGrid... constants |
| $selectedtabcolor | The color of the currently selected tab |
| $selectedtabtextcolor | The color of the text on the currently selected tab |
| $selectedtabtextstyle | The font style for the currently selected tab |
| $showedge | If true, the tab strip shows an edge on the top of the control |
| $showtabclosebox | If true, the control will show a close box on each tab. Not available in vertical mode or on non-animated tab styles |
| $squaremode | If true,the tab control draws tabs in square mode kTabStripAnimDot kTabStripAnimLine kTabStripAnimRndSquare kTabStripAnimSquare kTabStripOriginal kTabStripSquare |
| $tabcaption | The caption for the current selected tab |
| $tabcolor | The color of tabs which are not selected |
| $tabgroupcolor | Color for the tab groups. Groups are supported when tabmode is kTabStripAnimSquare,kTabStripAnimLine,kTabStripAnimDot or kTabStripAnimRndSquare and in vertical mode only |
| $tabgroupfont | The font for the tab groups |
| $tabgroupfontsize | The font size for tab group titles. Defaults to 0, and uses $fontsize of the control |
| $tabgroupfontstyle | The font style for the tab groups |
| $tabgroupname | The group for the current tab. |
| $tabgrouptextcolor | The color of the text for the tab groups. By default this is kColorDefault and will draw as white |
| $tabiconid | The icon id for the current tab |
| $tableftmargin | The width in pixels of the margin to the left of the tabs |
| $tabs | A comma separated list of the text displayed on the tabs |
| $tabtextcolor | The color of the text on tabs which are not selected |
| $tooltippos | A kTooltipPos... constant that specifies where $tooltip appears relative to the control kTooltipPosBottom kTooltipPosLeft kTooltipPosMouse kTooltipPosRight kTooltipPosTop |
| $verticaltabs | If true,the tab strip uses a vertical layout for its tabs |
| Standard | $active $alpha $backcolor $backgroundtheme $bordercolor $candropcursor $componentinfo $container $contextmenu $cursor $disablefocus $disablesystemfocus $dragborder $dragiconid $dragmode $dragrange $dropmode $edgefloat $effect $enabled $fieldstyle $font $fontsize $fontstyle $framehwnd $gridcolumn $hasfocus $height $helpfile $hwnd $ident $keyevents $left $mouseevents $name $nodropcursor $objtype $order $osdropflags $rmouseevents $selected $sidepanel $sidepanelmode $statusevents $tooltip $top $userinfo $visible $width |
| Object specific | |
| $addtab | $addtab(cTabName[,cTabIcon,cTabGroupName,bDoNotChangeTab=kFalse]) adds a new tab to the tabstrip with optional tab icon and tab group. evTabSelected not sent if bDoNotChangeTab is kTrue. Returns new tab number |
| $sendevent | $sendevent(iEvent[,eventParameters...]) Sends event iEvent (an ev... constant value) to the object with eventParameters passed as name,value pairs, for example $sendevent(evClick,'pLineNumber',2).Returns kFalse if the event is discarded |
| $settabinfo | $settabinfo(iTabNumber[,cTabCaption,cTabIcon]) sets a tabstrip or tabpane tab caption and or tab icon |
| $showpanel | $showpanel(iAction[,iMode=kSidePanelModeAuto]) executes kSidePanelAction... on a side panel object. iMode only applies to kSidePanelActionShow,and must be kSidePanelModeCover/Push/Auto. For JS client,$showpanel must be executed on the client |
| Standard | $redraw |
| Object specific | |||||||||
| evTreeCollapse | Sent to a tree list when a node collapses Parameters
| ||||||||
| evTreeExpand | Sent to a tree list when a node expands Parameters
| ||||||||
| evTreeExpandCollapseFinished | Sent to a tree list after expanding or collapsing is finished Parameters
| ||||||||
| evTreeListEditFinished | Sent to a Tree list when the edit field has been closed Parameters
| ||||||||
| evTreeListEditFinishing | Sent to a Tree list when new text is ready to be stored in the list Parameters
| ||||||||
| evTreeListEditStarting | Sent to a Tree list when the column text is about to be edited Parameters
| ||||||||
| evTreeNodeIconClicked | Sent to a tree list when the node icon has been clicked Parameters
| ||||||||
| evTreeNodeNameFinished | Sent to a tree list when the node name has been changed Parameters
| ||||||||
| evTreeNodeNameFinishing | Sent to a tree list when a node name is about to be changed Parameters
| ||||||||
| evWillHide | Sent to a field before it is hidden. Currently only used when the field is set as a side panel Parameters
| ||||||||
| evWillShow | Sent to a field before it becomes visible. Currently only used when the field is set as a side panel Parameters
| ||||||||
| Standard | evAfter evBefore evCanDrop evClick evClipChangedData evDisabled evDoubleClick evDrag evDragBorder evDragFinished evDrop evEnabled evHidden evHScrolled evKey evMouseDouble evMouseDown evMouseEnter evMouseLeave evMouseUp evOpenContextMenu evRMouseDouble evRMouseDown evRMouseUp evSent evShiftTab evShown evTab evVScrolled evWillDrop |
| $methods |