FormButtonListGetDefaultButton Method
Get the default button from the list.

Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public FormButton GetDefaultButton()

Return Value

Type: FormButton
The default button
Remarks
If more than one button has the IsDefault property set to true, only the first one in the list is returned.
See Also