GoDiagram Web Reference
ContextClickSingleSelection Property

Gets or sets the SingleSelection property of the GoToolContext tool that is in the MouseDownTools list.
Syntax
'Declaration
 
<CategoryAttribute("Selection")>
<DescriptionAttribute("Whether a context click changes the selection to be only the object at that click point")>
<DefaultValueAttribute()>
Public Overridable Property ContextClickSingleSelection As Boolean
[CategoryAttribute("Selection")]
[DescriptionAttribute("Whether a context click changes the selection to be only the object at that click point")]
[DefaultValueAttribute()]
public virtual bool ContextClickSingleSelection {get; set;}

Property Value

The default value is true: a context click changes the selection so that only the object at the click point is selected. Setting this to false permits context menu actions to occur on a multiple selection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback