ApplyApplicationDefaultsEventArgs 클래스

정의

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
상속
ApplyApplicationDefaultsEventArgs
특성

속성

Name Description
ColorMode

ApplyApplicationDefaults 이벤트에 대한 컨텍스트를 제공합니다.

Font

Forms 및 UserControls 애플리케이션 전체의 기본 글꼴을 가져오거나 설정합니다. 이 속성이 작성되지 않았거나 이벤트가 처리되지 않으면 시스템에서 Forms 및 UserControls의 기본 글꼴을 설정합니다.

HighDpiMode

애플리케이션의 일반 HighDpiMode 을 가져오거나 설정합니다.

MinimumSplashScreenDisplayTime

애플리케이션의 Splash 대화 상자가 표시되는 최소 시간(밀리초)을 가져오거나 설정합니다.

적용 대상