📄 bitabbar.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTabBar" extends="BiToolBar"> <description>This component is used as a container for <link class="BiTabButton">tab buttons</link>. When using <link class="BiTabPane">tab panes</link> this control is used internally.</description> <arguments> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="alignment" get="true" set="true"> <description>This describes how to draw the tab bar. Supported values are <code>top</code> and <code>bottom</code>.</description> <type>String</type> </property> <property name="selected" get="true" set="true"> <description>The currently selected tab button.</description> <type> <link class="BiTabButton">BiTabButton</link> </type> </property> <property name="selectedIndex" get="true" set="true"> <description>The index of the selected <link class="BiTabButton">tab button</link>. If no button is selected this returns <code>-1</code>.</description> <type>Number</type> </property> <property name="tabButtons" get="true"> <description>Returns an array containing the tab buttons added to the tab bar.</description> <type> <link class="BiTabButton">BiTabButton[]</link> </type> </property> </properties> <events> <event name="change"> <description>Fires when the <link>selected</link> <link class="BiTabButton">tab button</link> changes.</description> <type> <link class="BiEvent">BiEvent</link> </type> </event> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -