Disabled editing inside the ComboBox.
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -87,7 +87,7 @@ Demo::Demo(const GAppSettings& settings,HWND parentWindow) { //: GApp(settings,w
|
|||||||
_buttonTest = CreateWindow(
|
_buttonTest = CreateWindow(
|
||||||
"COMBOBOX",
|
"COMBOBOX",
|
||||||
"",
|
"",
|
||||||
CBS_DROPDOWN | CBS_HASSTRINGS | WS_CHILD | WS_OVERLAPPED | WS_VISIBLE,
|
CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_CHILD | WS_OVERLAPPED | WS_VISIBLE ,
|
||||||
20,
|
20,
|
||||||
10,
|
10,
|
||||||
80,
|
80,
|
||||||
|
|||||||
Reference in New Issue
Block a user