CSliderCtrl::SetTipSide

确定一个trackbar控件使用的工具提示控件。

int SetTipSide(
   int nLocation 
);

参数

  • nLocation
    值表示显示工具提示控件的位置。有关可能值列表,请参见Win32消息 TBM_SETTIPSIDE,如 Windows SDK所述。

返回值

表示工具提示控件的以前的值。返回值等于一个 nLocation的可能值。

备注

此成员函数实现Win32消息 TBM_SETTIPSIDE的行为,如 Windows SDK所述。使用 TBS_TOOLTIPS 样式显示工具提示的滑块控件。有关滑块控件样式的说明,请参见。Windows SDK的 Trackbar控件样式

要求

Header: afxcmn.h

请参见

参考

CSliderCtrl选件类

层次结构图