SmartCode ViewerX

ISmartCodeVNCViewer::MouseCursorMode Property


Sets or retrieves mouse cursor handling mode.

Syntax

HRESULT ISmartCodeVNCViewer::get_MouseCursorMode(CursorMode* pnMode);
HRESULT ISmartCodeVNCViewer::put_MouseCursorMode(CursorMode nMode);

Parameters

pnMode
Pointer to a variable of type CursorMode that receives mouse cursor handling mode.
nMode
CursorMode that specifies mouse cursor handling mode.

Return Value

Returns S_OK if successful, or an error value otherwise.