GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Nine — Dialog Functions (continued)
ControlGetWindowStyle Function
Overview
The ControlGetWindowStyle function returns the underlying window style bits.
Syntax/Parameters
Syntax
dword = ControlGetWindowStyle ( int id, [boolean extended] );
Parameters
id
An int that identifies the dialog control.
extended
An optional boolean value specifying base or extended style bits.
Return Value
Returns a dword value with the style bits or zero on failure. Use the GetLastError function to retrieve a formatted error code. While unlikely, it is possible that the style bits are all zero, as such, the IsError or other function must be used to determine if an error occurred.
Remarks
Each control has style bits that determine its behavior. The base style lower 16 bits contain standard bits such as WS_GROUP or WS_TAB while the upper bits contain the information specific to the class of control. For example, CBS_DROPDOWN or CBS_SORT for a “combobox” class of control.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Legato IDE, Legato Basic
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.