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.
public MiniToolbarButton ShowMiniToolbar { get; set; }
Public ShowMiniToolbar EditMode() As MiniToolbarButton
Member | Description |
---|---|
Left |
A mini-toolbar is shown when the left mouse button is released and text is selected. |
Right |
A mini-toolbar is shown when the right mouse button is released. |
None | A mini-toolbar is never shown. |