FormButton Class
A button used when displaying a form.
Inheritance Hierarchy
SystemObject
  Geocortex.Forms.ClientFormButton

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

The FormButton type exposes the following members.

Constructors
  NameDescription
Public methodFormButton
Initializes a new instance of the FormButton class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCausesValidation
Gets or sets a value indicating whether invoking the button causes form validation.
Public propertyIsDefault
Gets or sets a value indicating whether it is the default button. A user invokes the default button by pressing the ENTER key.
Public propertyLabel
Gets or sets the label on the button.
Public propertyValue
Gets or sets the value associated with the button.
Top
See Also