GoDiagram Web Reference
GenerateSelectionHandles() Method

Generate SVG elements corresponding to the IGoHandle objects that are created when a document object is selected.
Syntax
'Declaration
 
Protected Overridable Sub GenerateSelectionHandles() 
protected virtual void GenerateSelectionHandles()
Remarks
Only document objects for which GetSelectionId returns a non-null string will get its selection handles generated. The SVG group element will have an "id" attribute that is the selection id prefixed by "H". (The SVG element corresponding to the document object will have the same "id" attribute value, except prefixed with "I".) The generated elements will have the "display" attribute set to "none", unless the object is currently selected in the View. This method does nothing if SupportsSelection is false or if Scripting is false, thereby reducing the size of the SVG document.
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