Skip to main content
A newer version of this page is available.

SnapHyperlink Members

Provides functionality to insert hyperlinks in Snap documents.

Properties

Name Description
Active Indicates whether or not the SnapEntity is locked. Inherited from SnapEntity.
DataFieldName Specifies the name of a data field that is assigned to the Snap field. Inherited from SnapSingleListItemEntity.
DisplayField Specifies the hyperlink text displayed in a document.
Document Provides access to a SnapDocument, to which the SnapEntity belongs. Inherited from SnapEntity.
EmptyFieldDataAlias Specifies the text to show in a document instead of a blank space if a Snap field receives an empty data source record. Inherited from SnapSingleListItemEntity.
EnableEmptyFieldDataAlias Enables the application displaying a custom text instead of a blank space if a Snap field receives an empty data source record. Inherited from SnapSingleListItemEntity.
Field Provides access to a Field associated with the SnapEntity. Inherited from SnapEntity.
FieldName Obsolete. Specifies the data source field name that provides a URL to a hyperlink.
IsParameter Gets or sets whether the data field associated with a SnapEntity object is a parameter. Inherited from SnapSingleListItemEntitySupportsParameters.
ScreenTip Specifies the text of a tooltip displayed when pointing at a hyperlink with the mouse.
SubDocument Provides access to an object implementing the basic document functionality that is common for the header, footer and the main document body. Inherited from SnapEntity.
Target Specifies the destination anchor of a hyperlink.

Methods

Name Description
BeginUpdate() Enables runtime customization of a SnapEntity. Inherited from SnapEntity.
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
EndUpdate() Unlocks the SnapEntity after a call to the SnapEntity.BeginUpdate method and causes an immediate visual update of the object. Inherited from SnapEntity.
See Also