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
Syntax
public FormButtonList(
	List<FormButton> list
)

Parameters

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