Northwoods.GoSilverlight 1.3.5 Assembly
Active Property
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DiagramTool Class : Active Property

Gets or sets whether this tool is started and is actively doing something.

Syntax

Visual Basic (Declaration) 
Public Property Active As Boolean
C# 
public bool Active {get; set;}

Remarks

You can set this to true after your tool is started (i.e. when it is the Northwoods.GoXam.Diagram.CurrentTool and DoStart had been called), but when it is not yet in a state that it is actually "doing" something, because it is waiting for the right circumstances. This is typically only important when the tool is used in a modal fashion.

Requirements

See Also

© 2012 All Rights Reserved.