All pages
Powered by GitBook
1 of 1

Loading...

ListViewComboBox

Wisej.Web.ListViewComboBox

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

  • Control

    • ListControl

The TreeViewComboBox control represents a control with a as the drop down panel.

Constructors

ListViewComboBox()

Initializes a new ListViewComboBox control.

Properties

Columns

: Returns the collection of all column headers that appear in the control.

ItemHeight

: If set, specifies a universal height for all items.

Items

: Returns a collection containing all items in the control.

LargeImageList

: Returns or sets the to use to display the main icon in the elements.

ListView

: Returns the control associated with this .

SelectedIndex

: Returns or sets the index of the currently selected item.

Throws:

  • The specified index is less than -1; o the specified index is greater than the number of items in the combo box.

SelectedItem

: Returns or sets the selected item in the drop down control.

SmallImageList

: Returns or sets the to use to display the main icon in the elements.

Text

: Returns or sets the text associated with this control.

View

: Returns or sets how items are displayed in the control.

Implements

Name
Description

All wisej controls derived from the class must implement this interface.

Allows an object to serialize itself.

IBindableComponent

Bindable components implement this interface.

ILabel

Provides access to the LabelWrapper associated with the controls that implement this interface.

IReadOnly

Provides access to the ReadOnly property for coontrols that support the read-only mode.

IModified

Provides access to the Modified property and ModifiedChanged event for controls that implement this interface.

IWisejComponent

All wisej components implement this interface.

ComboBox
UserComboBox
ListViewComboBox
UserComboBox
ListView
Public Class ListViewComboBox
    Inherits UserComboBox
ColumnHeaderCollection
Int32
ListView
ListViewItemCollection
ImageList
ImageList
ListViewItem
ListView
ListView
ListViewComboBox
Int32
ArgumentOutOfRangeException
ListViewItem
ListView
ImageList
ImageList
ListViewItem
String
View
public class ListViewComboBox : UserComboBox

IWisejControl
Control
IWisejSerializable