GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Nine — Dialog Functions (continued)
Aside from specific functions for specific control classes, there is a series of functions to help manage controls such as disabling and hiding or changing the display font.
Since each control is a window, most will respond to standard commands.
Appearance:
ControlChangeColor — Sets the text color of certain controls.
ControlChangeFont — Sets a control font and style to one of a number of presets.
ControlDisable — Disables specified control.
ControlEnable — Enables specified control.
ControlHide — Hides a specified control.
ControlHideGroup — Hides a group of controls based on the first of a series of controls.
ControlIsEnabled — Test control for being in an enabled state.
ControlIsHidden — Test control for being in a visible state.
ControlSetFocus — Sets focus on a specific control.
ControlShow — Shows a specified control (if hidden).
ControlShowGroup — Shows a group of controls based on the first of a series of controls.
Messaging and Management:
ControlGetHandle — Retrieves the window handle for the specified control.
ControlGetID — Returns a controls ID number.
ControlGetWindowStyle — Returns window style bits associated with a control
ControlSendMessage — Sends a message to a dialog: control id, message, wParam, lParam.
ControlUpdate — Forces a control to update with optional erase flag.
GetMessageParameter — Gets the last parameter (lParam, wParam).
Positioning:
ControlGetPosition — Retrieves the position of the control in screen coordinates.
ControlSetPosition — Sets the position and size of a control.
Page revised 2024-10-21
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.