Skip to main content

DrawingObject.Hyperlink Property

Returns a hyperlink associated with a shape.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

Property Value

Type Description
Hyperlink

A hyperlink attached to the drawing object.

Remarks

Use the DrawingObject.AddHyperlink method to attach a hyperlink to a shape or picture. Call the DrawingObject.DeleteHyperlink ro remove a hyperlink.

See Also