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.
- C#
- VB.NET
public class UserComboBox : ComboBox
Public Class UserComboBox
Inherits ComboBox
Constructors
UserComboBox()
Initializes a new instance of UserComboBox.
Properties
DropDownControl
Control: Returns or sets the drop down control. (Default: null)
Text
String: Returns or sets the text associated with this control. (Default: "")
Methods
Dispose(disposing)
Dispose the control.
| Parameter | Type | Description |
|---|---|---|
| disposing | Boolean | true when this method is called by the application rather than a finalizer. |
OnAddReferences(items)
Adds references components to the list. Referenced components can be added individually or as a reference to a collection.
| Parameter | Type | Description |
|---|---|---|
| items | IList | Container for the referenced components or collections. |
OnCreateControl()
OnWebRender(config)
Renders the client component.
| Parameter | Type | Description |
|---|---|---|
| config | Object | Dynamic configuration object. |
Inherited By
| Name | Description |
|---|---|
| ListViewComboBox | The TreeViewComboBox control represents a UserComboBox control with a ListView as the drop down panel. |
| TreeViewComboBox | The TreeViewComboBox control represents a UserComboBox control with a TreeView as the drop down panel. |
Implements
| Name | Description |
|---|---|
| IUserData | Provides access to the UserData and Tag properties associated to the component implementing this interface. |
| IBindableComponent | Bindable components implement this interface. |
| IDropTarget | Controls that support drag & drop operations 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. |
| IValidation | Provides access to the validation events and properties property for controls that support validation. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejControl | All wisej controls derived from the Control class must implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |