Version

ISelectionStrategy Interface Members

The following tables list the members exposed by ISelectionStrategy.

Public Properties
 NameDescription
 PropertyIsMultiSelectTrue if this strategy supports selecting more than one item at a time (read-only).  
 PropertyIsSingleSelectTrue if this strategy supports selecting only one item at a time (read-only).  
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