AcadToolbarsClassLargeButtons Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual bool LargeButtons { get; set; }
Public Overridable Property LargeButtons As Boolean
Get
Set
public:
virtual property bool LargeButtons {
bool get ();
void set (bool value);
}
abstract LargeButtons : bool with get, set
override LargeButtons : bool with get, set
Property Value
Type:
Boolean
Implements
IAcadToolbarsLargeButtons
See Also