[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IListBox

Interface IListBox

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

The list box control.

public interface IListBox : IControl<IListBox>, ISelector<ListBoxItem>, ISelector, ICellLinkControl<int>, ICellLinkControl, IControl
Inherited Members

Properties

SelectedItems

Gets the currently selected items.

ICollection<ListBoxItem> SelectedItems { get; }

Property Value

System.Collections.Generic.ICollection<T><ListBoxItem>

SelectionMode

The selection mode.

SelectionMode SelectionMode { get; set; }

Property Value

SelectionMode