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
属性

プロパティ

名前 説明
ColorMode

ApplyApplicationDefaults イベントのコンテキストを提供します。

Font

フォームおよび UserControls アプリケーション全体の既定のフォントを取得または設定します。 このプロパティが書き込まれていない場合、またはイベントが処理されない場合、Forms と UserControls の既定のフォントはシステムによって設定されます。

HighDpiMode

アプリケーションの一般的な HighDpiMode を取得または設定します。

MinimumSplashScreenDisplayTime

アプリケーションのスプラッシュ ダイアログが表示される最小時間 (ミリ秒単位) を取得または設定します。

適用対象