IRealTimeStylus2::get_FlicksEnabled method (rtscom.h)

Returns a value indicating whether flick gestures are enabled for the RTS.

Syntax

HRESULT get_FlicksEnabled(
  [out, retval] BOOL *pfEnable
);

Parameters

[out, retval] pfEnable

TRUE if flick gestures have been enabled; otherwise, FALSE.

Return value

This method can return one of these values.

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