PropertyGrid::LargeButtons Property
.NET Framework (current version)
Gets or sets a value indicating whether buttons appear in standard size or in large size.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if buttons on the control appear large; otherwise, false. The default is false.
You can use this property to enhance accessibility. Large buttons are 32-by-32 pixels rather than the standard 16-by-16 pixels. Both the large and small buttons are resized according to the system DPI setting when the app.config file contains the following entry:
<appSettings> <add key="EnableWindowsFormsHighDpiAutoResizing" value="true" /> </appSettings>
.NET Framework
Available since 1.1
Available since 1.1
Show: