IgnoresUserInput
<< Click to Display Table of Contents >> IgnoresUserInput |
Definition
Determines if the drawing tool can be clicked on by the user.
A bool value which wen true if the drawing tool cannot not be interacted with by a user; otherwise false. Default is set to false.
IgnoresUserInput
protected override void OnStateChange() {
IgnoresUserInput = true; // Set this to true to make the drawing object non-interactive } else if (State == State.Configure) {
} |