_Application.ShowSelectionFloaties Property
Returns or sets a Boolean that represents whether Mini toolbars displays when a user selects text. Read/write.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ShowSelectionFloaties As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.ShowSelectionFloaties
instance.ShowSelectionFloaties = value
bool ShowSelectionFloaties { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
Corresponds with the Show MiniBar on selection check box in the Excel Options dialog box.