Geocortex Essentials WPF API Reference for Workflow
FormButtonList Constructor (ListFormButton) |
Initializes a new instance of the FormButtonList class that contains elements copied from the specified list.
Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1

Parameters
- list
- Type: System.Collections.GenericListFormButton
The list from which the elements are copied.

Exception | Condition |
---|---|
ArgumentNullException | The list parameter cannot be null. |
