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

Gets or sets whether this tool can be started by a mouse event.

Syntax

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

Property Value

The default value is true. Set this to false to prevent CanStart from returning true.

Remarks

Setting this property to false should prevent this tool from being used in a mode-less fashion with a mouse down/move/up event.

However, even when this property is false, this tool can still be used in a modal fashion: this tool can still be started by explicitly setting the Northwoods.GoXam.Diagram.CurrentTool property to this tool.

Requirements

See Also

© 2012 All Rights Reserved.