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
public FormButtonList(
	IEnumerable<FormButton> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableFormButton
The collection from which the elements are copied.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe collection parameter cannot be null.
See Also