Version

SelectionStrategyBase Class Methods

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

Public Methods
 NameDescription
Public MethodCanItemBeNavigatedToDetermines if item can be navigated to.  
Public MethodOnCancelModeCalled when a cancel mode message is received  
Public MethodOnMouseMessage  
Public MethodProcessKeyBoardItemOverloaded. Abstract method that processes selection based on the keyboard action  
Protected Methods
 NameDescription
Protected MethodKillHorizontalScrollTimerIf the drag scroll row timer is still active kill it  
Protected MethodKillVerticalScrollTimerIf the drag scroll row timer is still active kill it  
Protected MethodManageTimersDetermines during a drag operation whether timers are required to generate horizontal or vertical scrolling.  
Protected MethodOnDragStartCanceledThis method is called when the selection manager cancels OnDragStart. Default implementation releases the capture.  
Protected MethodSetHorizontalScrollTimerFirst kill the timer then restarts it with a new interval  
Protected MethodSetStateSet the current selection state of the strategy.  
Protected MethodSetVerticalScrollTimerFirst kill the timer then restarts it with a new interval  
Protected MethodShouldStartDragReturns true if dragging should start (when we're in preDrag mode). The default implementation checks to see if the x or y coords exceed the drag threshold.  
See Also