Version

ISelectionStrategy Interface Methods

For a list of all members of this type, see ISelectionStrategy members.

Public Methods
 NameDescription
 MethodCanItemBeNavigatedToDetermines if item can be navigated to.  
 MethodOnCancelModeCalled when a cancelMode message is received  
 MethodOnMouseMessageCalled when a mouse down, up or move message is received. Note: MouseMove and MouseUp message processing calls this method only if this method returned true on the MouseDown and thereby captured the mouse.  
 MethodProcessKeyBoardItemOverloaded. Processes selection based on the keyboard action and current selection  
See Also