All pages
Powered by GitBook
1 of 1

Loading...

UserComboBox

Wisej.Web.UserComboBox

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

  • Control

    • ListControl

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

Constructors

UserComboBox()

Properties

DropDownControl

: Returns or sets the drop down control.

Text

: Returns or sets the text associated with this control.

Inherited By

Name
Description

Implements

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.

IBindableComponent

Bindable components implement this interface.

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.

ComboBox
UserComboBox
ComboBox
Public Class UserComboBox
    Inherits ComboBox
Control
String
public class UserComboBox : ComboBox