Options.ShowMenuFloaties Property

Returns or sets a Boolean that represents whether to display mini toolbars when the user right-clicks in the document window. Read/write.

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

Syntax

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

value = instance.ShowMenuFloaties

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace