HyperlinkType.HighlightClick Property

Highlight Click.Represents the attribte in schema: highlightClick

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "highlightClick")> _
Public Property HighlightClick As BooleanValue
    Get
    Set
'Usage
Dim instance As HyperlinkType
Dim value As BooleanValue

value = instance.HighlightClick

instance.HighlightClick = value
[SchemaAttrAttribute(, "highlightClick")]
public BooleanValue HighlightClick { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

HyperlinkType Class

HyperlinkType Members

DocumentFormat.OpenXml.Drawing Namespace