HandInteractionHint.AutoActivate 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.
If true, logic runs whenever this component is active. If false, you must manually start the logic with StartShowTimer.
public:
property bool AutoActivate { bool get(); void set(bool value); };
public bool AutoActivate { get; set; }
member this.AutoActivate : bool with get, set
Public Property AutoActivate As Boolean