Warning: Declaration of action_plugin_keyboard::register(&$contr) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /var/www/u0407502/koda.darkhost.ru/wiki/lib/plugins/keyboard/action.php on line 21
Warning: Declaration of action_plugin_columns::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /var/www/u0407502/koda.darkhost.ru/wiki/lib/plugins/columns/action.php on line 0
Warning: Declaration of action_plugin_translation::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /var/www/u0407502/koda.darkhost.ru/wiki/lib/plugins/translation/action.php on line 0
Warning: Cannot modify header information - headers already sent by (output started at /var/www/u0407502/koda.darkhost.ru/wiki/lib/plugins/keyboard/action.php:21) in /var/www/u0407502/koda.darkhost.ru/wiki/inc/auth.php on line 542
Warning: Cannot modify header information - headers already sent by (output started at /var/www/u0407502/koda.darkhost.ru/wiki/lib/plugins/keyboard/action.php:21) in /var/www/u0407502/koda.darkhost.ru/wiki/inc/actions.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /var/www/u0407502/koda.darkhost.ru/wiki/lib/plugins/keyboard/action.php:21) in /var/www/u0407502/koda.darkhost.ru/wiki/lib/tpl/dokuwiki/main.php on line 12 Button [Koda]
Text that appears when cursor hovers over control. Generates call to <color blue>GUICtrlSetTip</color>
HotKey
Name
OnClick
Generates (in Message Loop mode) a <color blue>Case</color> or (in OnEvent mode) a call to <color blue>GUISetOnEvent</color> and a skeleton event function. Double-click to right to open Events Editor
Picture
Resizing
TabOrder
Sequence in which controls are selected with the Tab and Shift+Tab keys. For a Form and for each Group, TabOrder starts with 0. You may prefer to use the TabOrder Visual Editor: press Ctrl+T to open it.
Visible
If False, generates <color blue>GUICtrlSetState(-1, $GUI_HIDE)</color>
#remarks_header[Styles:]#
BS_PUSHBUTTON
default style of button
BS_DEFPUSHBUTTON
Heavy black border. For dialog box, pressing Enter presses default button
BS_PUSHBOX
Button without face and frame
BS_LEFT
Left-aligns the text, word-wrapping if BS_MULTILINE is checked
BS_RIGHT
Center-aligns text, word-wrapping if BS_MULTILINE is checked
BS_CENTER
Right-aligns text, word-wrapping if BS_MULTILINE is checked
BS_TOP
Places text at top of button
BS_BOTTOM
Places text at bottom of button
BS_VCENTER
Vertically centers text in button
BS_MULTILINE
Wraps text to multiple lines if text doesn't fit on one line
BS_NOTIFY
Enables button to send BN_KILLFOCUS and BN_SETFOCUS notification messages to Form
BS_FLAT
Button appears two-dimensional
WS_TABSTOP
Control can be selected with Tab and Shift+Tab
WS_HSCROLL
WS_VSCROLL
WS_BORDER
WS_CLIPSIBLINGS
#remarks_header[Extra Styles:]#
WS_EX_CLIENTEDGE
WS_EX_STATICEDGE
#remarks_header[Remarks:]#
For colored buttons you can set neither pictures nor styles. This is limitation of the current Autoit coloring code implementation.
#remarks_header[Related:]#
None
koda/en/documentation/control_button.txt · Last modified: 2014/07/10 10:47 (external edit)