Navigation: thinBasic Modules > UI (User Interface) > CONTROLs > CONTROL ADD LISTBOX > LISTBOX ExStyle |
|
Equates for LISTBOX Extended Style.
If none is specified the following expression is assumed as default: %WS_EX_LEFT
Symbol |
Meaning |
%WS_EX_CLIENTEDGE |
Apply a sunken edge border to the control. (default) |
%WS_EX_LEFT |
The control has generic "left-aligned" properties. (default) |
%WS_EX_RIGHT |
The control has generic "right-aligned" properties. This style has an effect only if the shell language is Hebrew, Arabic, or another language that supports reading order alignment; otherwise, the style is ignored. |
%WS_EX_STATICEDGE |
Apply a three-dimensional border style to the control (intended to be used for items that do not accept user input). |
%WS_EX_TRANSPARENT |
Controls/windows beneath the control are drawn before the control is drawn. The control is deemed transparent because elements behind the control have already been painted - the control itself is not drawn differently. True transparency is achieved by using Regions - see MSDN for more information. |
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |