Northwoods.Go Assembly > Northwoods.Go Namespace : GoSelection Class |
For a list of all members of this type, see GoSelection members.
Name | Description | |
---|---|---|
Add | Overridden. Add an object to this selection. | |
AddAllSelectionHandles | Call GoObject.AddSelectionHandles on the GoObject.SelectionObject of each selected object if GoObject.CanView is true, or call GoObject.RemoveSelectionHandles otherwise. | |
AddHandle | Associate a handle with an object in this selection. | |
AddRange | Overridden. Call GoView.RaiseSelectionStarting and GoView.RaiseSelectionFinished around the addition of all of the objects in the given collection to this selection. | |
Clear | Overridden. Clearing the selection raises the GoView.GoView.SelectionStarting and GoView.SelectionFinished events, if there were multiple objects selected. | |
Contains | Overridden. Determine if an object is part of this selection. | |
CopyArray | Returns a newly allocated array of all of the GoObjects in the collection. (Inherited from Northwoods.Go.GoCollection) | |
CopyTo | Copy references to all of the objects in this collection into an array. (Inherited from Northwoods.Go.GoCollection) | |
CreateBoundingHandle | Create and determine the appearance of a large handle around an object. | |
CreateResizeHandle | Create and determine the appearance of a small handle for an object. | |
FindHandleByID | Find a particular selection handle for an object, given its IGoHandle.HandleID. | |
GetAnExistingHandle | Return one of the handles associated with an object in this selection. | |
GetEnumerator | Gets an enumerator for iterating over the GoObjects in this collection. (Inherited from Northwoods.Go.GoCollection) | |
GetHandleCount | Return the number of handles associated with an object in this selection. | |
GetHandleEnumerable | Return an enumerable collection of the selection handles for an object. | |
OnGotFocus | This method is called by GoView.OnGotFocus to make sure all selection handles appear normally. | |
OnLostFocus | This method is called by GoView.OnLostFocus to make sure all selection handles either disappear (if GoView.HidesSelection is true), or appear with the GoView.NoFocusSelectionColor (if different from GoView.PrimarySelectionColor). | |
Remove | Overridden. Remove an object from this selection. | |
RemoveAllSelectionHandles | Call GoObject.RemoveSelectionHandles on the GoObject.SelectionObject of each selected object. | |
RemoveHandles | Remove all handles associated with an object in this selection. | |
Select | Make the given object the one and only selected object. | |
Toggle | If the given object is part of this selection, remove it; otherwise add it. |