Share via


_CommandBarButton.HyperlinkType Property

Returns or sets the type of hyperlink associated with the specified command bar button.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property HyperlinkType As MsoCommandBarButtonHyperlinkType
    Get
    Set
'Usage
Dim instance As _CommandBarButton
Dim value As MsoCommandBarButtonHyperlinkType

value = instance.HyperlinkType

instance.HyperlinkType = value
MsoCommandBarButtonHyperlinkType HyperlinkType { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoCommandBarButtonHyperlinkType

See Also

Reference

_CommandBarButton Interface

_CommandBarButton Members

Microsoft.Office.Core Namespace