Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DrawingObject.Hyperlink Property

Returns a hyperlink associated with a shape.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

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