Geocortex Essentials WPF API Reference for Workflow
FormButtonList Constructor (IEnumerableFormButton) |
Initializes a new instance of the FormButtonList class that contains elements copied from the specified collection.
Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
Parameters
- collection
- Type: System.Collections.GenericIEnumerableFormButton
The collection from which the elements are copied.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The collection parameter cannot be null. |
See Also