GoDiagram Web Reference
SupportsSelection Property

Gets or sets whether to allow the user to select objects.
Syntax
'Declaration
 
Public Property SupportsSelection As Boolean
public bool SupportsSelection {get; set;}

Property Value

The default value is true.
Remarks
A selectable object must not only have GoObject.CanView() be true, but GetSelectionId must also return a unique ID for it. That ID, prefixed with "I", becomes the id of the generated element in the DOM. Any selection handles are also generated as a group; its id is the same, but prefixed with "H". This property affects the behavior of GenerateSelectionHandles, since when this property is false, there is no need to produce selection handle objects, other than those that are visible anyway if PaintView is true.
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

GoSvgWriter Class
GoSvgWriter Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback