共用方式為


CMFCButton::EnableWindowsTheming

指定按鈕的框線樣式是否符合目前 Windows 佈景主題。

static void EnableWindowsTheming(
   BOOL bEnable = TRUE
);

參數

  • [in] bEnable
    使用目前的 Windows 佈景主題的TRUE 分割按鈕框線;使用 Windows 佈景主題的 FALSE 。預設值為 TRUE。

備註

這個方法會影響 CMFCButton 從類別衍生在應用程式中的所有按鈕。

需求

標題: afxbutton.h

請參閱

參考

CMFCButton 類別

階層架構圖

CMFCButton::IsWindowsThemingEnabled