CProgressCtrl::GetPos
擷取進度列的目前位置。
int GetPos( );
傳回值
進度列控制項的位置。
備註
進度列控制項的位置不是螢幕的實際位置,,而是在 SetRange指出此上下範圍之間。
範例
CProgressCtrl myCtrl;
// Create a child progress control.
myCtrl.Create(WS_CHILD|WS_VISIBLE, CRect(10,10,200,30), pParentWnd,
IDC_PROGRESSCTRL);
// Set the new position to half of the current position.
myCtrl.SetPos(myCtrl.GetPos()/2);
需求
Header: afxcmn.h