MsoCommandBarButtonHyperlinkType Enumeration

Specifies whether the command bar button is a hyperlink. If the command bar button is a hyperlink, further specifies whether the hyperlink should launch another application such as the browser or insert a picture at the active selection point.

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

Syntax

'Declaration
Public Enumeration MsoCommandBarButtonHyperlinkType
'Usage
Dim instance As MsoCommandBarButtonHyperlinkType
public enum MsoCommandBarButtonHyperlinkType

Members

Member name Description
msoCommandBarButtonHyperlinkNone The command bar button is not a hyperlink.
msoCommandBarButtonHyperlinkOpen Clicking the command bar button opens the link specified in the command bar button's TooltipText property.
msoCommandBarButtonHyperlinkInsertPicture Clicking the command bar button inserts a picture at the active selection point.

See Also

Reference

Microsoft.Office.Core Namespace