TouchDevice.Activate Method

Definition

Adds the TouchDevice to the input messaging system.

protected:
 void Activate();
protected void Activate ();
member this.Activate : unit -> unit
Protected Sub Activate ()

Exceptions

The device is already activated.

Remarks

Classes that inherit from TouchDevice should call this method to activate the current device.

Applies to