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);
必要条件
ヘッダー: afxcmn.h