FormButtonListGetDefaultButton Method |
Get the default button from the list.
Namespace: Geocortex.Forms.ClientAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic FormButton GetDefaultButton()
Public Function GetDefaultButton As FormButton
Return Value
Type:
FormButtonThe default button
RemarksIf more than one button has the IsDefault property set to true, only the first one in the
list is returned.
See Also