Appearance |
Gets or sets the paint style of the control. |
BackColor |
Gets or sets the background color of the control. |
Checked |
Collection that specifies whether an item with a check box has been checked. |
ColumnWidth |
Gets or sets the width of columns in a multicolumn ListBox. |
ControlToolTip |
Gets or sets the tool tip that is displayed when the mouse cursor is positioned over this item. |
DrawFocusRect |
Gets or sets whether a focus rectangle is drawn around the items in the list box. |
Enabled |
Gets or sets whether this control is enabled. |
EnableMarkup |
Allows the use of a XAML snippet to be used for the control. |
FlatStyle |
Gets or sets the "flat" appearance of the control. |
Font |
Gets or sets the font that will be used to display the text for the control. |
ForeColor |
Gets or sets the foreground color used to display text in the control. |
hWnd |
Gets the window handle that the control is bound to. |
ItemData |
Returns or sets a specific number for each item in the list box control. |
List |
Returns or sets the items contained in a list box's list portion. The list is a string array in which each element is a list item. |
ListCount |
Returns the number of items in the list portion of the list box. |
ListIndex |
Returns or sets the index of the currently selected item in the list box. |
MarkupContext |
Connects events in XML Markup with actual methods, functions, and events in your code. |
MarkupList |
Returns or sets the items contained in a list box's list portion stored as markup. |
MultiSelect |
Gets or sets the method in which items are selected in the list box. |
NewIndex |
Returns the index of the item most recently added to a list box. |
OLEDragMode |
Returns or sets whether the component or the programmer handles an OLE drag/drop operation. |
OLEDropMode |
Returns or sets how a target component handles drop operations. |
ReCreateReparented |
Gets or sets a value indicating whether the control elements are aligned to support locales using right-to-left fonts. |
RightToLeft |
Gets or sets a value indicating whether the control elements are aligned to support locales using right-to-left fonts. |
SelCount |
Returns the number of selected items in the list box control. |
Selected |
Gets a collection containing the currently selected items in the list box control. |
SelectionBackColor |
Gets or sets the background color used for currently selected items. |
SelectionForeColor |
Gets or sets the foreground color used for currently selected items. |
ShowBorder |
Specifies whether to display a border around the edge of the control. |
Sorted |
Gets or sets a value indicating whether the items in the list box are sorted. |
Style |
Specifies whether this is a CheckListBox or a Standard ListBox. |
Text |
Gets or sets the text associated with this control. |
ToolTipContext |
Represents the tool tip window that is used to display tool tips. |
TopIndex |
Returns or sets a value that specifies which item in the list box is displayed in the topmost position. |
UseVisualStyle |
Determines if the control is drawn using visual styles/SkinFramework, if supported. |