HyperlinkFormItem Class
Represents a Hyperlink form item.
Inheritance Hierarchy

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class HyperlinkFormItem : FormItem

The HyperlinkFormItem type exposes the following members.

Constructors
  NameDescription
Public methodHyperlinkFormItem
Initializes a new instance of the HyperlinkFormItem 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.)
Public methodValidate
Validates the form item.
(Inherited from FormItem.)
Top
Properties
  NameDescription
Public propertyArgumentName
Gets or sets the name of the argument that will be used to store the result of this form item.
(Inherited from FormItem.)
Public propertyDisplayName
Gets the display name of the form item.
(Overrides FormItemDisplayName.)
Public propertyHyperlinkText
Gets or sets the text that will be displayed by the Hyperlink.
Public propertyIsValid
Gets or sets a value indicating whether this instance is valid.
(Inherited from FormItem.)
Public propertyIsVisible
Gets or sets a value indicating whether this item is visible.
(Inherited from FormItem.)
Public propertyItem
Gets the error related to the specified property, if any.
(Inherited from FormItem.)
Public propertyItemID
Gets or sets the form item ID.
(Inherited from FormItem.)
Public propertyResult
Provide the form item result.
(Overrides FormItemResult.)
Public propertyResultType
Gets the result of hyperlink control which is a flag that determines whether the user has clicked on the hyperlink.
(Overrides FormItemResultType.)
Public propertyTarget
Gets or sets the name of the target window or frame that the Web page should open in.
Public propertyToolTip
Gets or sets the tooltip of this form item.
(Inherited from FormItem.)
Public propertyUri
Gets or sets the Uri where hyperlink will navigate to.
Public propertyValidationItems
Gets the collection of validation items.
(Inherited from FormItem.)
Public propertyWasClicked
Gets or sets a value indicating whether the hyperlink was clicked by the user.
Top
See Also