Back to Devexpress

DocumentHyperlink Properties

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documenthyperlink-dot-underscore-properties.md

latest1.8 KB
Original Source

DocumentHyperlink Properties

Base class for hyperlink start and end elements.

NameDescription
AnchorGets the name of a bookmark which will be the target of the DocumentHyperlink object.
NavigateUriGets a URI to navigate to when the hyperlink is activated.
PositionGets the position of a document element within a document. Inherited from DocumentElementBase.
TargetGets the target window or frame in which to display the web page content when the hyperlink is clicked.
ToolTipGets a text for the tooltip displayed when the mouse hovers over a hyperlink.
TypeGets the type of a document element. Inherited from DocumentElementBase.
VisitedGets whether the location referred to by a DocumentHyperlink object has been recently visited.

See Also

DocumentHyperlink Class

DocumentHyperlink Members

DevExpress.XtraRichEdit.API.Native Namespace