Edit

Share via


PointerBehaviorControls.SetGrabEnabled(Boolean) Method

Definition

Sets the PointerBehavior for the grab pointer to be AlwaysOff

<param name="isEnabled">If true, behavior will be set to Default. Otherwise it will be set to AlwaysOff</param>
public:
 void SetGrabEnabled(bool isEnabled);
public void SetGrabEnabled(bool isEnabled);
member this.SetGrabEnabled : bool -> unit
Public Sub SetGrabEnabled (isEnabled As Boolean)

Parameters

isEnabled
Boolean

Applies to