Skip to main content
Version: 4.1

UserComboBox

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

The UserComboBox control represents a ComboBox control with a custom panel that drops down when the user clicks the down arrow.

public class UserComboBox : ComboBox

Constructors

Instance member UserComboBox()

Initializes a new instance of UserComboBox.

Properties

Control: Returns or sets the drop down control. (Default: null)

Instance member Text

String: Returns or sets the text associated with this control. (Default: "")

Methods

Protected member Dispose(disposing)

Dispose the control.

ParameterTypeDescription
disposingBooleantrue when this method is called by the application rather than a finalizer.

Protected member OnAddReferences(items)

Adds references components to the list. Referenced components can be added individually or as a reference to a collection.

ParameterTypeDescription
itemsIListContainer for the referenced components or collections.

Protected member OnCreateControl()

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Inherited By

NameDescription
ListViewComboBoxThe TreeViewComboBox control represents a UserComboBox control with a ListView as the drop down panel.
TreeViewComboBoxThe TreeViewComboBox control represents a UserComboBox control with a TreeView as the drop down panel.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
ILabelProvides access to the LabelWrapper associated with the controls that implement this interface.
IReadOnlyProvides access to the ReadOnly property for coontrols that support the read-only mode.
IModifiedProvides access to the Modified property and ModifiedChanged event for controls that implement this interface.
IValidationProvides access to the validation events and properties property for controls that support validation.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.