Поделиться через


CSpinButtonCtrl::SetPos

Sets the current position for a spin button control.

int SetPos(
   int nPos 
);
int SetPos32(
   int nPos 
);

Параметры

  • nPos
    New position for the control. This value must be in the range specified by the upper and lower limits for the control.

Возвращаемое значение

The previous position (16-bit precision for SetPos, 32-bit precision for SetPos32).

Заметки

SetPos32 sets the 32-bit position.

Требования

Header: afxcmn.h

См. также

Основные понятия

CSpinButtonCtrl Class

CSpinButtonCtrl Members

Hierarchy Chart

CSpinButtonCtrl::SetRange

CSpinButtonCtrl::GetPos