Version

SelectionStrategySingleAutoDrag Class Methods

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

Public Methods
 NameDescription
Public MethodCanItemBeNavigatedToDetermines if item can be navigated to. (Inherited from Infragistics.Win.SelectionStrategyBase)
Public MethodOnCancelModeCalled when a cancel mode message is received (Inherited from Infragistics.Win.SelectionStrategyBase)
Public MethodOnMouseDownOverloaded. Overridden. Mouse down handler.  
Public MethodOnMouseMessageCalled when a mouse down, up or move message is received. (Inherited from Infragistics.Win.SelectionStrategySingle)
Public MethodOnMouseMoveOverloaded. Called on a mouse move message (Inherited from Infragistics.Win.SelectionStrategySingle)
Public MethodOnMouseUpCalled when the mouse is released over an element (Inherited from Infragistics.Win.SelectionStrategySingle)
Public MethodProcessKeyBoardItemOverloaded. Overloaded method that takes a parameter that denotes whether the the keystroke being processed includes the space bar (Inherited from Infragistics.Win.SelectionStrategySingle)
Protected Methods
 NameDescription
Protected MethodKillHorizontalScrollTimerIf the drag scroll row timer is still active kill it (Inherited from Infragistics.Win.SelectionStrategyBase)
Protected MethodKillVerticalScrollTimerIf the drag scroll row timer is still active kill it (Inherited from Infragistics.Win.SelectionStrategyBase)
Protected MethodManageTimersDetermines during a drag operation whether timers are required to generate horizontal or vertical scrolling. (Inherited from Infragistics.Win.SelectionStrategyBase)
Protected MethodOnDragStartCanceledThis method is called when the selection manager cancels OnDragStart. Default implementation releases the capture. (Inherited from Infragistics.Win.SelectionStrategyBase)
Protected MethodSelectItemAtPointSelects the item at or nearest the mouse location (Inherited from Infragistics.Win.SelectionStrategySingle)
Protected MethodSetHorizontalScrollTimerFirst kill the timer then restarts it with a new interval (Inherited from Infragistics.Win.SelectionStrategyBase)
Protected MethodSetStateSet the current selection state of the strategy. (Inherited from Infragistics.Win.SelectionStrategyBase)
Protected MethodSetVerticalScrollTimerFirst kill the timer then restarts it with a new interval (Inherited from Infragistics.Win.SelectionStrategyBase)
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. (Inherited from Infragistics.Win.SelectionStrategyBase)
See Also