SupportsAlerts
<< Click to Display Table of Contents >> SupportsAlerts |
Determines if the drawing tool can be used for manually configured alerts through the UI.
A bool which when true determines that user can setup an alert based off this drawing tool; otherwise false.
Note: This property is false by default and MUST be overridden upon initialization to allow for manually configured alerts. You cannot set this during run-time. |
You may choose to override this property using the following syntax:
public override bool SupportsAlerts
public override bool SupportsAlerts { get { return true; } } |