📄 bimenubutton.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiMenuButton" extends="BiMenuItem"> <description>This class is used for displaying the buttons of a menu bar.</description> <arguments> <argument name="sText" optional="true"> <description>The text to display on the menu button. </description> <type>String</type> </argument> <argument name="oSubMenu" optional="true"> <description>The menu that should be opened when the button is clicked. If left out make sure that the <link class="BiMenuItem" field="subMenu">subMenu</link> property is set before adding to a menu bar.</description> <type> <link class="BiMenu">BiMenu</link> </type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> </properties> <events> </events> <remarks>A menu button must always have a sub menu. Setting this to <code>null</code> might result in unexpected behavior.</remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -