Back to Devexpress

DrawingObject.Hyperlink Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-drawingobject-8ed93d8b.md

latest1.4 KB
Original Source

DrawingObject.Hyperlink Property

Returns a hyperlink associated with a shape.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
Hyperlink Hyperlink { get; }
vb
ReadOnly Property Hyperlink As Hyperlink

Property Value

TypeDescription
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

DrawingObject Interface

DrawingObject Members

DevExpress.XtraRichEdit.API.Native Namespace