Gets or sets a value indicating whether a mini-toolbar is shown. A mini-toolbar is a small popup window with formatting options for the current context of the document. The bitwise or operator can be used to combine the values listed below.

Introduced: X15.

Syntax

public MiniToolbarButton ShowMiniToolbar { get; set; }
Public ShowMiniToolbar EditMode() As MiniToolbarButton

Members

Member Description
LeftButton A mini-toolbar is shown when the left mouse button is released and text is selected.
RightButton A mini-toolbar is shown when the right mouse button is released.
None A mini-toolbar is never shown.