📄 birepeatbutton.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiRepeatButton" extends="BiButton"> <description>This class is used for buttons that repeatedly fire action events The first action event is fired <link>firstInterval</link> milliseconds after the mouse is pressed down on the button. The following action events are fired every <link>interval</link> millisecond until the mouse button is released.</description> <arguments> <argument name="sText" optional="true"> <description>Optional text to show on the button</description> <type>String</type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="interval" get="true" set="true"> <description>The time in milliseconds between the repeating action events</description> <type>Number</type> </property> <property name="firstInterval" get="true" set="true"> <description>The time in milliseconds before the first action event is fired</description> <type>Number</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -