共用方式為


CMFCToolBar::SetLockedSizes

設定鎖定的按鈕的大小與工具列上的鎖定的影像。

void SetLockedSizes(
   SIZE sizeButton,
   SIZE sizeImage,
   BOOL bDontScale = FALSE
);

參數

  • [in] sizeButton
    指定鎖定的工具列按鈕的大小。

  • [in] sizeImage
    指定鎖定的工具列影像的大小。

  • bDontScale
    在高 DPI 模式指定是否就無法鎖定的工具列影像。

備註

鎖定的按鈕的預設大小為 23x22 像素。 鎖定的影像的預設大小為 16x15 像素。

呼叫方法 CMFCToolBar::GetLockedImageSize 擷取鎖定影像的大小。 呼叫方法 CMFCToolBar::GetButtonSize 擷取鎖定的工具列按鈕的大小。

需求

標題: afxtoolbar.h

請參閱

參考

CMFCToolBar 類別

階層架構圖

CMFCToolBar::GetLockedImageSize

CMFCToolBar::GetButtonSize