UserComboBox
Wisej.Web.UserComboBox
Last updated
Was this helpful?
Wisej.Web.UserComboBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
The UserComboBox control represents a ComboBox control with a custom panel that drops down when the user clicks the down arrow.
Initializes a new instance of UserComboBox.
Control: Returns or sets the drop down control. (Default: null
)
String: Returns or sets the text associated with this control. (Default: ""
)
Dispose the control.
Adds references components to the list. Referenced components can be added individually or as a reference to a collection.
Renders the client component.
The TreeViewComboBox control represents a UserComboBox control with a ListView as the drop down panel.
The TreeViewComboBox control represents a UserComboBox control with a TreeView as the drop down panel.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the LabelWrapper associated with the controls that implement this interface.
Provides access to the Modified property and ModifiedChanged event for controls that implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.