IASCharSpinner::put_SpinMode

This method sets the spin mode.

Syntax

HRESULT put_SpinMode( short mode );

Parameters

mode
Short integer that contains the spin mode. The spin mode is one of the following values:
Mode
Value
ASFC_CHARSPIN_SEQUENTIAL 0x1
ASFC_CHARSPIN_DIRSHIFTED 0x2

Return Values

NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.

See Also

IASCharSpinner::get_SpinMode