Options.ShowSelectionFloaties Property

Returns or sets a Boolean that represents whether mini toolbars display when a user selects text. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ShowSelectionFloaties As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.ShowSelectionFloaties

instance.ShowSelectionFloaties = value
bool ShowSelectionFloaties { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

Remarks

Corresponds with the Show MiniBar on selection check box in the Word Options dialog box.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace