CommandBarsClass.LargeButtons Property

Definition

Determines whether large buttons are displayed on command bars. Always returns false.

public:
 virtual property bool LargeButtons { bool get(); void set(bool value); };
public:
 virtual property bool LargeButtons { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809354)]
public virtual bool LargeButtons { [System.Runtime.InteropServices.DispId(1610809354)] get; [System.Runtime.InteropServices.DispId(1610809354)] set; }
[<System.Runtime.InteropServices.DispId(1610809354)>]
[<get: System.Runtime.InteropServices.DispId(1610809354)>]
[<set: System.Runtime.InteropServices.DispId(1610809354)>]
member this.LargeButtons : bool with get, set
Public Overridable Property LargeButtons As Boolean

Property Value

Always returns false.

Implements

Attributes

Notes to Inheritors

Visual Studio does not support this feature, so it should always return false. Attempting to set this property with any other value should cause an exception to be thrown.

Applies to