DrawingObject.Hyperlink Property
Returns a hyperlink associated with a shape.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.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