MsoCommandBarButtonHyperlinkType Enum

Definition

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.

public enum class MsoCommandBarButtonHyperlinkType
public enum MsoCommandBarButtonHyperlinkType
type MsoCommandBarButtonHyperlinkType = 
Public Enum MsoCommandBarButtonHyperlinkType
Inheritance
MsoCommandBarButtonHyperlinkType

Fields

msoCommandBarButtonHyperlinkInsertPicture 2

Clicking the command bar button inserts a picture at the active selection point.

msoCommandBarButtonHyperlinkNone 0

The command bar button is not a hyperlink.

msoCommandBarButtonHyperlinkOpen 1

Clicking the command bar button opens the link specified in the command bar button's TooltipText property.

Applies to