CommandBarsClass.LargeButtons Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Property LargeButtons As Boolean
Get
Set
'Usage
Dim instance As CommandBarsClass
Dim value As Boolean
value = instance.LargeButtons
instance.LargeButtons = value
public virtual bool LargeButtons { get; set; }
Property Value
Type: System.Boolean