Table of Contents

Method AddControl

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

AddControl(Control)

Adds existing control to the toolbar.

public virtual ObjectUniqueId AddControl(Control control)

Parameters

control Control

Control to add.

Returns

ObjectUniqueId

ObjectUniqueId of the added item.

Remarks

You can use this method to add TextBox or ComboBox to the toolbar.