System.Windows.Forms.PropertyGrid.LargeButtons Property

Gets or sets a value indicating whether buttons appear in standard size or in large size.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool LargeButtons { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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:

Example

<appSettings>
  <add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
</appSettings>

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0