Share via


IXRStylusInfo::SetIsInverted (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that indicates whether the stylus is inverted.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetIsInverted(
    __in bool IsInverted
) = 0;

Parameters

  • IsInverted
    [in] Specifies whether the stylus is inverted. Set to true if the stylus is inverted; otherwise, false. The default is false.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Input.StylusDevice.IsInverted

Requirements

Header XamlRuntime.h
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRStylusInfo
IXRStylusInfo::GetIsInverted