Active Property (GoToolRubberBanding)
In This Topic
Gets or sets whether this tool is in the process of drawing a
rubber-band box.
Syntax
public bool Active {get; set;}
Property Value
The value is set to true in
DoMouseDown if
CanStart is true, and in
DoMouseMove if
Modal is false.
See Also