_CommandBars.LargeButtons Property

Definition

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

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

Property Value

Always returns false.

Attributes

Remarks

Attempting to set this property with any other value will cause an exception to be thrown.

Applies to