[]
Represents a list box control.
public interface IListBox : IListControl, IFormControl, IDrawingObject
Public Interface IListBox
Inherits IListControl, IFormControl, IDrawingObject
Name | Description |
---|---|
MultiSelect | Gets or sets the selection mode of the specified list box. |
SelectedItems | Gets the index list of selected items. |
Name | Description |
---|---|
GetSelected(int) | Gets the selection state of an item in a IListBox. |
SetSelected(int, bool) | Sets the selection state of an item in a IListBox. |