SysHolographicWindowingEnvironment.IsSystemHomeGestureHandlerSuppressed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the system's natural handling of the home gesture is suppressed. This API is available only to components of the Windows operating system.
public:
property bool IsSystemHomeGestureHandlerSuppressed { bool get(); void set(bool value); };
bool IsSystemHomeGestureHandlerSuppressed();
void IsSystemHomeGestureHandlerSuppressed(bool value);
public bool IsSystemHomeGestureHandlerSuppressed { get; set; }
var boolean = sysHolographicWindowingEnvironment.isSystemHomeGestureHandlerSuppressed;
sysHolographicWindowingEnvironment.isSystemHomeGestureHandlerSuppressed = boolean;
Public Property IsSystemHomeGestureHandlerSuppressed As Boolean
Property Value
bool
Whether the system's natural handling of the home gesture is suppressed.
Windows requirements
Device family |
Windows Holographic System Implementation Extension SDK (introduced in 10.0.18362.0)
|
API contract |
Windows.System.Implementation.Holographic.HoloSysImplementationContract (introduced in v2.0)
|
Remarks
Calls to these APIs will fail at runtime for all processes other than components of the Windows operating system. These APIs may be modified or removed in future Windows releases.