Table of Contents

Class StdComboBox

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents a text box with an associated list popup that provides a generic combo box functionality.

public class StdComboBox : TextBoxWithListPopup, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, ILayoutItem, INotifyDataErrorInfo
Inheritance
StdComboBox
Implements

Remarks

The StdComboBox class extends TextBoxWithListPopup to allow users to input text and select items from a dropdown list. This control is suitable for scenarios where both free-form text input and predefined item selection are required.

Constructors

StdComboBox()

Initializes a new instance of the StdComboBox class.