PropertyGrid.LargeButtons 속성

정의

단추가 표준 크기로 표시되는지 아니면 더 크게 표시되는지를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool LargeButtons { bool get(); void set(bool value); };
public bool LargeButtons { get; set; }
member this.LargeButtons : bool with get, set
Public Property LargeButtons As Boolean

속성 값

Boolean

컨트롤에서 단추가 크게 표시되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

이 속성을 사용하여 접근성을 향상시킬 수 있습니다. 큰 단추는 표준 16 x 16 픽셀이 아닌 32 x 32 픽셀입니다. app.config 파일에 다음 항목이 포함된 경우 크고 작은 단추는 모두 시스템 DPI 설정에 따라 크기가 조정됩니다.

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

적용 대상