GoDiagram Web Reference
Remove Method (GoSelection)

Remove an object from this selection.
Syntax
'Declaration
 
Public Overrides Function Remove( _
   ByVal obj As GoObject _
) As Boolean
public override bool Remove( 
   GoObject obj
)

Parameters

obj
Remarks
If the obj is not part of this selection, nothing happens. Otherwise this method calls GoObject.OnLostSelection and raises the ObjectLostSelection event by calling GoView.RaiseObjectLostSelection. The notification happens after the object has been removed from this selection. Removing the primary selection may cause another selected object to lose selection and then gain it back again as the primary selection. No notifications occur if there is no View for this 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
Base Implementation in Remove
Add Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback