Click or drag to resize
Wizard .NET Library

WizardControlAddCommandControl Method

Adds a new control to the command bar.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public void AddCommandControl(
	Control ctrl
)
Request Example View Source

Parameters

ctrl
Type: System.Windows.FormsControl
The control to add.
Remarks
This will cause your wizard to deviate from the Windows UI guidelines. All controls will display right to left in the order added and will cause the command bar to remain visible as long as the control is visible. The developer must fully manage the state of this added control.
See Also