.Control List

Category: WinSpy

Date: 02-16-2022

Return to Index


 
Button:  Button,Check3State,CheckBox,Frame,ImgButton,ImgButtonX,Option
StaticGraphic,Image,ImageX,Label,Line
Edit: TextBox
 
Button      - no limit listed
ComboBox    - no limit listed
Static      - no limit listed
ListBox     - cannot be changed, except as noted
ListView    - no limit listed
ProgressBar - no limit listed
ScrollBar   - no limit listed
StatusBar   - no limit listed
TAB         - no limit listed
Edit        - cannot be changed, except as noted
Toolbar     - no limit listed
TreeView    - no limit listed
 
 
ListBox Control --------------------
LBS_COMBOBOX
LBS_DISABLENOSCROLL
LBS_EXTENDEDSEL
LBS_HASSTRINGS
LBS_MULTICOLUMN
LBS_MULTIPLESEL
LBS_NODATA
LBS_NOINTEGRALHEIGHT
LBS_NOREDRAW - to change the redraw state of the control, use WM_SETREDRAW
LBS_NOSEL
LBS_NOTIFY
LBS_OWNERDRAWFIXED
LBS_OWNERDRAWVARIABLE
LBS_SORT
LBS_STANDARD
LBS_USETABSTOPS
LBS_WANTKEYBOARDINPUT
 
 
Edit Control ------------------------
ES_AUTOHSCROLL
ES_AUTOVSCROLL
ES_CENTER
ES_LEFT
ES_LOWERCASE -to change this style after the control has been created, use SetWindowLong
ES_MULTILINE
ES_NOHIDESEL
ES_NUMBER - to change this style after the control has been created, use SetWindowLong
ES_OEMCONVERT - to change this style after the control has been created, use SetWindowLong
ES_PASSWORD - to change this style after the control has been created, use EM_SetPasswordChar
ES_READONLY - to change this style after the control has been created, use EM_SetReadOnly
ES_RIGHT
ES_UPPERCASE - to change this style after the control has been created, use SetWindowLong
ES_WANTRETURN - to change this style after the control has been created, use SetWindowLong
 
'gbs_00927
'Date: 03-10-2012


created by gbSnippets
http://www.garybeene.com/sw/gbsnippets.htm