Table of Contents

Class ComboBoxAndButton

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

Implements ComboBox with additional buttons.

[ControlCategory("Editors")]
public class ComboBoxAndButton : ControlAndButton, IBaseObjectWithId, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo
Inheritance
ComboBoxAndButton
Implements

Constructors

ComboBoxAndButton()

Initializes a new instance of the ComboBoxAndLabel class.

ComboBoxAndButton(Control)

Initializes a new instance of the ComboBoxAndButton class.

Properties

ComboBox

Gets main child control, same as MainControl.

HasInnerBorder

Gets or sets whether main inner control has border.

IsEditable

Gets or a value that enables or disables editing of the text in text box area of the ComboBox.

Items

Gets or sets the items of the control.

MainControl

Gets main child control.

SelectedIndex

Gets or sets the index specifying the currently selected item.

SelectedItem

Gets or sets currently selected item in the combo box.

Methods

CreateControl()

Creates main child control.

NeedDefaultButton()

Gets whether default button need to be created in the constructor.

Events

SelectedIndexChanged

Occurs when SelectedIndexChanged event of the attached combobox control is changed.