ApplyApplicationDefaultsEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ApplyApplicationDefaults 이벤트에 대한 컨텍스트를 제공합니다.
public ref class ApplyApplicationDefaultsEventArgs : EventArgs
[System.Runtime.InteropServices.ComVisible(false)]
public class ApplyApplicationDefaultsEventArgs : EventArgs
[<System.Runtime.InteropServices.ComVisible(false)>]
type ApplyApplicationDefaultsEventArgs = class
inherit EventArgs
Public Class ApplyApplicationDefaultsEventArgs
Inherits EventArgs
- 상속
- 특성
속성
| Name | Description |
|---|---|
| ColorMode |
ApplyApplicationDefaults 이벤트에 대한 컨텍스트를 제공합니다. |
| Font |
Forms 및 UserControls 애플리케이션 전체의 기본 글꼴을 가져오거나 설정합니다. 이 속성이 작성되지 않았거나 이벤트가 처리되지 않으면 시스템에서 Forms 및 UserControls의 기본 글꼴을 설정합니다. |
| HighDpiMode |
애플리케이션의 일반 HighDpiMode 을 가져오거나 설정합니다. |
| MinimumSplashScreenDisplayTime |
애플리케이션의 Splash 대화 상자가 표시되는 최소 시간(밀리초)을 가져오거나 설정합니다. |