WindowManagerLayoutParams.CanChangeGlobalTouchMode Method
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.
Returns whether this window is allowed to change the global touch mode state.
[Android.Runtime.Register("canChangeGlobalTouchMode", "()Z", "GetCanChangeGlobalTouchModeHandler", ApiSince=37)]
public virtual bool CanChangeGlobalTouchMode();
[<Android.Runtime.Register("canChangeGlobalTouchMode", "()Z", "GetCanChangeGlobalTouchModeHandler", ApiSince=37)>]
abstract member CanChangeGlobalTouchMode : unit -> bool
override this.CanChangeGlobalTouchMode : unit -> bool
Returns
true if the window can control the touch mode, false
otherwise.
- Attributes