FormButtonList Constructor (IEnumerableFormButton) |
Initializes a new instance of the
FormButtonList class that contains elements copied from the specified collection.
Namespace: Geocortex.Forms.ClientAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic FormButtonList(
IEnumerable<FormButton> collection
)
Public Sub New (
collection As IEnumerable(Of FormButton)
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableFormButton
The collection from which the elements are copied.
Exceptions
See Also