|
Combo Box Types and Styles
Combo boxes can be characterized by type and style. Combo box types determine
whether the combo box list is a drop-down list and whether the selection field
is an edit control. A drop-down list appears only when the user opens it, so it
uses less screen space than a list that is always visible. If the selection
field is an edit control, the user can enter information not in the list;
otherwise, the user can only select items in the list.
The following table shows the three combo box types and indicates whether each
includes a drop-down list and an edit control:
Combo box type
| Drop-down list
| Edit control
| Drop-down combo box
| Yes
| Yes
| Drop-down list box
| Yes
| No
| Simple combo box
| No
| Yes
|
Combo box styles define specific properties of a combo box. An application can
combine styles; however some styles only apply to certain combo box types. The
following table describes the combo box styles:
Style
| Description
| CBS_AUTOHSCROLL
| Automatically scrolls the text in an edit control to the right when the user
types a character at the end of the line. If this style is not set, only text
that fits within the rectangular boundary is allowed.
| CBS_DISABLENOSCROLL
| Shows a disabled vertical scroll bar in the list box when the box does not
contain enough items to scroll. Without this style, the scroll bar is hidden when
the list box does not contain enough items.
| CBS_DROPDOWN
| Specifies a drop-down combo box.
| CBS_DROPDOWNLIST
| Specifies a drop-down list box.
| CBS_HASSTRINGS
| Specifies that an owner-drawn combo box contains items consisting of strings.
The combo box maintains the memory and address for the strings so the
application can use the CB_GETLBTEXT message to retrieve the text for a particular item.
| CBS_LOWERCASE
| Converts to lowercase all text in both the selection field and the list.
| CBS_NOINTEGRALHEIGHT
| Specifies that the size of the combo box is exactly the size specified by the
application when it created the combo box. Normally, Windows sizes a combo box
so that it does not display partial items.
| CBS_OEMCONVERT
| Converts text entered in the combo box edit control from the Windows character
set to the OEM character set and then back to the Windows set. This ensures
proper character conversion when the application calls the CharToOem function to convert a Windows string in the combo box to OEM characters. This
style is most useful for combo boxes that contain filenames and applies only
to combo boxes created with the CBS_SIMPLE or CBS_DROPDOWN style.
| CBS_OWNERDRAWFIXED
| Specifies that the owner of the list box is responsible for drawing its
contents and that the items in the list box are all the same height. The owner window
receives a WM_MEASUREITEM message when the combo box is created and a WM_DRAWITEM message when a visual aspect of the combo box has changed.
| CBS_OWNERDRAWVARIABLE
| Specifies that the owner of the list box is responsible for drawing its
contents and that the items in the list box are variable in height. The owner window
receives a WM_MEASUREITEM message for each item in the combo box when you
create the combo box and a WM_DRAWITEM message when a visual aspect of the combo box
has changed.
| CBS_SIMPLE
| Specifies a simple combo box.
| CBS_SORT
| Automatically sorts strings added to the list box.
| CBS_UPPERCASE
| Converts to uppercase all text in both the selection field and the list.
|
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|