Geocortex Essentials WPF API Reference for Workflow
FormButton Class |
A button used when displaying a form.
Inheritance Hierarchy
Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
The FormButton type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormButton | Initializes a new instance of the FormButton class |
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CausesValidation |
Gets or sets a value indicating whether invoking the button causes form validation.
| |
IsDefault |
Gets or sets a value indicating whether it is the default button. A user invokes the default button by pressing the ENTER key.
| |
Label |
Gets or sets the label on the button.
| |
Value |
Gets or sets the value associated with the button.
|
See Also