次の方法で共有


CToolTipCtrl::SetMaxTipWidth

ツール ヒントのウィンドウの最大幅を設定します。

int SetMaxTipWidth(
   int iWidth 
);

パラメーター

  • iWidth
    設定する最大のツール ヒントのウィンドウの幅。

戻り値

前の最大のツールヒントの幅。

解説

このメンバー関数は Windows SDKに記述されている Win32 メッセージの動作を TTM_SETMAXTIPWIDTH実行します。

必要条件

ヘッダー: afxcmn.h

参照

関連項目

CToolTipCtrl クラス

階層図

CToolTipCtrl::GetMaxTipWidth