_CommandBars.LargeButtons Property

Determines if the toolbar buttons displayed are larger than normal size.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property LargeButtons As Boolean
    Get
    Set
'Usage
Dim instance As _CommandBars
Dim value As Boolean

value = instance.LargeButtons

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

Property Value

Type: System.Boolean

Remarks

The returned value is True if the toolbar buttons displayed are larger than normal size; False if they are smaller.

See Also

Reference

_CommandBars Interface

_CommandBars Members

Microsoft.Office.Core Namespace