For a list of all members of this type, see SelectionStrategyBase members.
| Name | Description | |
|---|---|---|
![]() | CanItemBeNavigatedTo | Determines if item can be navigated to. |
![]() | OnCancelMode | Called when a cancel mode message is received |
![]() | OnMouseMessage | |
![]() | ProcessKeyBoardItem | Overloaded. Abstract method that processes selection based on the keyboard action |
| Name | Description | |
|---|---|---|
![]() | KillHorizontalScrollTimer | If the drag scroll row timer is still active kill it |
![]() | KillVerticalScrollTimer | If the drag scroll row timer is still active kill it |
![]() | ManageTimers | Determines during a drag operation whether timers are required to generate horizontal or vertical scrolling. |
![]() | OnDragStartCanceled | This method is called when the selection manager cancels OnDragStart. Default implementation releases the capture. |
![]() | SetHorizontalScrollTimer | First kill the timer then restarts it with a new interval |
![]() | SetState | Set the current selection state of the strategy. |
![]() | SetVerticalScrollTimer | First kill the timer then restarts it with a new interval |
![]() | ShouldStartDrag | Returns 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. |