GoDiagram Web Reference
GoSelection Constructor

if the view is not null/Nothing, this will automatically create selection handles for document objects as they are Add'ed to this collection
Create an empty collection of objects representing the user's selection for a view.
Syntax
'Declaration
 
Public Function New( _
   ByVal view As GoView _
)
public GoSelection( 
   GoView view
)

Parameters

view
if the view is not null/Nothing, this will automatically create selection handles for document objects as they are Add'ed to this collection
Remarks
The only normal use of this constructor with a non-null argument should be by GoView.CreateSelection. If you do create a GoSelection with a non-null view that is not the value of that view's GoView.Selection, you need to be responsible for maintaining the selection handles in the view. For example, a change in the bounds of an object will not automatically update the handles that are in any GoSelection but the one that is the GoView.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

GoSelection Class
GoSelection Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback