IManipulationProcessor::AutoTrack Property

[This documentation is preliminary and is subject to change.]
The AutoTrack property is used to indicate whether down events should be used to automatically add input to the manipulation.

Syntax

HRESULT put_AutoTrack(
  [in]   BOOL enabled
);
  
HRESULT get_AutoTrack(
  [out]  BOOL *enabled
);

Parameters

  • enabled [in]
    Putting true in this setter enables automatically using any stylus down events to be added to the manipulation.

  • enabled [out]
    If this value is set to true, the manipulation processor automatically will use stylus down events to be added to the manipulation.

Return Value

Returns S_OK on success; otherwise, returns an error code such as E_FAIL.

Requirements

Client Requires Windows 7.
Header Declared in Manipulations.h; include Manipulations_i.c.

See Also

IManipulationProcessor

Send comments about this topic to Microsoft

Build date: 12/17/2008