IRealTimeStylus2::put_FlicksEnabled method (rtscom.h)

Indicates if flick gesture recognition is enabled.

Syntax

HRESULT put_FlicksEnabled(
  [in] BOOL fEnable
);

Parameters

[in] fEnable

TRUE to enable flicks gesture recognition; FALSE to disable flicks.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header rtscom.h
DLL RTSCom.dll

See also

IRealTimeStylus2 Interface