For a list of all members of this type, see SelectionStrategySingleAutoDrag members.
Name | Description | |
---|---|---|
![]() | CanItemBeNavigatedTo | Determines if item can be navigated to. (Inherited from Infragistics.Win.SelectionStrategyBase) |
![]() | OnCancelMode | Called when a cancel mode message is received (Inherited from Infragistics.Win.SelectionStrategyBase) |
![]() | OnMouseDown | Overloaded. Overridden. Mouse down handler. |
![]() | OnMouseMessage | Called when a mouse down, up or move message is received. (Inherited from Infragistics.Win.SelectionStrategySingle) |
![]() | OnMouseMove | Overloaded. Called on a mouse move message (Inherited from Infragistics.Win.SelectionStrategySingle) |
![]() | OnMouseUp | Called when the mouse is released over an element (Inherited from Infragistics.Win.SelectionStrategySingle) |
![]() | ProcessKeyBoardItem | Overloaded. Overloaded method that takes a parameter that denotes whether the the keystroke being processed includes the space bar (Inherited from Infragistics.Win.SelectionStrategySingle) |
Name | Description | |
---|---|---|
![]() | KillHorizontalScrollTimer | If the drag scroll row timer is still active kill it (Inherited from Infragistics.Win.SelectionStrategyBase) |
![]() | KillVerticalScrollTimer | If the drag scroll row timer is still active kill it (Inherited from Infragistics.Win.SelectionStrategyBase) |
![]() | ManageTimers | Determines during a drag operation whether timers are required to generate horizontal or vertical scrolling. (Inherited from Infragistics.Win.SelectionStrategyBase) |
![]() | OnDragStartCanceled | This method is called when the selection manager cancels OnDragStart. Default implementation releases the capture. (Inherited from Infragistics.Win.SelectionStrategyBase) |
![]() | SelectItemAtPoint | Selects the item at or nearest the mouse location (Inherited from Infragistics.Win.SelectionStrategySingle) |
![]() | SetHorizontalScrollTimer | First kill the timer then restarts it with a new interval (Inherited from Infragistics.Win.SelectionStrategyBase) |
![]() | SetState | Set the current selection state of the strategy. (Inherited from Infragistics.Win.SelectionStrategyBase) |
![]() | SetVerticalScrollTimer | First kill the timer then restarts it with a new interval (Inherited from Infragistics.Win.SelectionStrategyBase) |
![]() | 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. (Inherited from Infragistics.Win.SelectionStrategyBase) |