IASUserNavArrows::put_NavState

This method sets the state of the navigational arrows control.

Syntax

HRESULT put_NavState( long lNavState );

Parameters

plNavState
Long integer that contains the state of the navigational arrows control. It is one or a combination of the following flags.
Flag
Value
Description
USER_NAV_LEFT 0x0001 Displays the left arrow.
USER_NAV_UP 0x0002 Displays the up arrow.
USER_NAV_RIGHT 0x0004 Displays the right arrow.
USER_NAV_DOWN 0x0008 Displays the down arrow.
USER_NAV_ENTER 0x0010 Displays the center dot that represents the ENTER key.
USER_NAV_SMALL 0x4000 Displays a smaller, 19 x 19 version of the navigational arrows control.
USER_NAV_DISABLED 0x8000 Reserved for internal use.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

See Also

IASUserNavArrows::get_NavState