6#if !defined(__XTD_FORMS_NATIVE_LIBRARY__)
7#error "Do not include this file: Internal use only"
13#if !defined(LBS_NOSEL)
constexpr size_t LBS_NOINTEGRALHEIGHT
Specifies that the size of the list box is exactly the size specified by the application when it crea...
Definition list_box_styles.h:76
constexpr size_t LBS_SORT
Sorts strings in the list box alphabetically.
Definition list_box_styles.h:27
constexpr size_t LBS_OWNERDRAWVARIABLE
Specifies that the owner of the list box is responsible for drawing its contents and that the items i...
Definition list_box_styles.h:55
constexpr size_t LBS_OWNERDRAWFIXED
Specifies that the owner of the list box is responsible for drawing its contents and that the items i...
Definition list_box_styles.h:48
constexpr size_t LBS_MULTICOLUMN
Specifies a multi-column list box that is scrolled horizontally. The list box automatically calculate...
Definition list_box_styles.h:83
constexpr size_t LBS_WANTKEYBOARDINPUT
Specifies that the owner of the list box receives WM_VKEYTOITEM messages whenever the user presses a ...
Definition list_box_styles.h:90
constexpr size_t LBS_NOTIFY
Causes the list box to send a notification code to the parent window whenever the user clicks a list ...
Definition list_box_styles.h:20
constexpr size_t LBS_NOSEL
Specifies that the list box contains items that can be viewed but not selected.
Definition list_box_styles.h:118
constexpr size_t LBS_COMBOBOX
Notifies a list box that it is part of a combo box. This allows coordination between the two controls...
Definition list_box_styles.h:125
constexpr size_t LBS_DISABLENOSCROLL
Shows a disabled horizontal or vertical scroll bar when the list box does not contain enough items to...
Definition list_box_styles.h:104
constexpr size_t LBS_NODATA
Specifies a no-data list box. Specify this style when the count of items in the list box will exceed ...
Definition list_box_styles.h:111
constexpr size_t LBS_EXTENDEDSEL
Allows multiple items to be selected by using the SHIFT key and the mouse or special key combinations...
Definition list_box_styles.h:97
constexpr size_t LBS_USETABSTOPS
Enables a list box to recognize and expand tab characters when drawing its strings....
Definition list_box_styles.h:69
constexpr size_t LBS_NOREDRAW
Specifies that the list box's appearance is not updated when changes are made.
Definition list_box_styles.h:34
constexpr size_t LBS_HASSTRINGS
Specifies that a list box contains items consisting of strings. The list box maintains the memory and...
Definition list_box_styles.h:62
constexpr size_t LBS_MULTIPLESEL
Turns string selection on or off each time the user clicks or double-clicks a string in the list box....
Definition list_box_styles.h:41