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


CSpinButtonCtrl::SetBase

Sets the base for a spin button control.

int SetBase(
   int nBase 
);

Параметры

  • nBase
    New base value for the control. It can be 10 for decimal or 16 for hexadecimal.

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

The previous base value if successful, or zero if an invalid base is given.

Заметки

The base value determines whether the buddy window displays numbers in decimal or hexadecimal digits. Hexadecimal numbers are always unsigned; decimal numbers are signed.

Требования

Header: afxcmn.h

См. также

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

CSpinButtonCtrl Class

CSpinButtonCtrl Members

Hierarchy Chart

CSpinButtonCtrl::GetBase