DisplayCommandsForm Constructor CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the DisplayCommandsForm class and populates the Form.

Namespace: CleanCode.GeneralComponents.Dialogs
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public DisplayCommandsForm(
	Collection<IDisplayElement> userCommands
)

Parameters

userCommands
Type: OnlineSystem.Collections.ObjectModel Collection IDisplayElement 
The user commands.
See Also