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

屬性

Font

取得或設定整個應用程式 Forms和 UserControls 的預設字型。 如果未寫入此屬性,或未處理事件,則系統會設定 Forms 和 UserControls 的預設字型。

HighDpiMode

取得或設定應用程式的一般 HighDpiMode

MinimumSplashScreenDisplayTime

取得或設定顯示應用程式啟動顯示對話框的最小時間,以毫秒為單位。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於