📄 bibutton.xml
字号:
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiButton" extends="BiLabel"> <description> A button that can contain both text and an icon </description> <arguments> <argument name="sText" type="String" description="The text to show on the button" optional="true" default='""'/> </arguments> <staticMethods/> <staticFields/> <methods/> <properties/> <events> <event name="action"> <description>Fires when the user presses the button (either using the mouse or the keyboard) </description> <type><link class="BiEvent">BiEvent</link></type> </event> </events> <remarks> If the button has a <link class="BiComponent" field="command">command</link> the command will be <link class="BiCommand" field="execute">executed</link> when the button is clicked. </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -