The following tables list the members exposed by SelectionStrategyExtendedAutoDrag.
Name | Description | |
---|---|---|
SelectionStrategyExtendedAutoDrag Constructor | Initializes a new SelectionStrategyExtendedAutoDrag |
Name | Description | |
---|---|---|
IsDiscontiguousAllowed | Returns true if discontinuous selection is allowed (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) | |
IsMultiSelect | Returns true if only a single item can be selected at any given time (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) | |
IsReleasingMouseCapture | True while the mouse capture is being toggled off (read-only). (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
IsSingleSelect | True if this strategy supports selecting only one item at a time (read-only). (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
Name | Description | |
---|---|---|
AutoScrollHorizontalIntervalMax | Returns the number of milliseconds between consecutive horizontal auto scrolls when auto scrolling at the slowest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
AutoScrollHorizontalIntervalMin | Returns the number of milliseconds between consecutive horizontal auto scrolls when auto scrolling at the fastest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
AutoScrollTimerDispatcherPriority | Returns the dispatcher priority for the autoscroll timers (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
AutoScrollVerticalIntervalMax | Returns the number of milliseconds between consecutive vertical auto scrolls when auto scrolling at the slowest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
AutoScrollVerticalIntervalMin | Returns the number of milliseconds between consecutive vertical auto scrolls when auto scrolling at the fastest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
CurrentSelectableItem | Returns/sets the current selectable item for the strategy. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
CurrentSelectionState | Returns/sets the current state of the selection for the strategy. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
DragDelayTimerDispatcherPriority | Returns the dispatcher priority for the drag delay timer (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) | |
DragDelayTimerInterval | Returns the interval for the drag delay timer in milliseconds. (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) | |
DragThreshold | Returns a value which represents the amount that the mouse must move from the inital MouseDown position before dragging will start. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
IgnoreNextMouseMove | Returns/sets whether the next mouse move should be ignored. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
InDragMode | Returns/sets whether the strategy is currently in drag mode. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
InitialXPos | Returns/sets the X coordinate of the mouse when the initial MouseDown was received. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
InitialYPos | Returns/sets the Y coordinate of the mouse when the initial MouseDown was received. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
IsAnyMouseButtonDown | Returns true if any mouse button is currently pressed. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
IsCtrlKeyPressed | Returns true if the CTRK key is currently pressed. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
IsLeftMouseButtonDown | Returns true if the left mouse button is currently pressed (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
IsShiftKeyPressed | Returns true if the shift key is currently pressed. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
PixelThresholdForHorizontalAutoScroll | Returns the number of pixels inside the left or right edge of the ScrollArea within which auto scrolling will take place (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
PixelThresholdForVerticalAutoScroll | Returns the number of pixels inside the top or bottom edge of the ScrollArea within which auto scrolling will take place (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
SelectionHost | Returns the SelectionHost (usually the control) for the strategy. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
ShouldSelect | Returns true if the strategy should select, or false if it should unselect. (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) |
Name | Description | |
---|---|---|
CancelPendingOperations | Called to cancel any pending mouse drag operation (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
CanItemBeNavigatedTo | Returns true if item can be selected. (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) | |
OnMouseLeftButtonDown | Overridden. Called when a left mouse down is received. | |
OnMouseLeftButtonUp | Called when a left mouse up is received while the mouse is captured. (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) | |
OnMouseMove | Called when mouse move message is received. (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) | |
SelectItemViaKeyboard | Called to select an item as a result of a key press (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) |
Name | Description | |
---|---|---|
DragMove | Used to verify the drag timers and call the ISelectionHost.OnDragMove (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
DragStart | Called when dragging is to be started. It calls OnDragStart off the SelectionManager. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
GetMousePointInRootElementCoordinates | Returns a point in RootElement coordinates that corresponds to the mouse position contained in mouseEventArgs. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
IsWithinDblClickThreshold | Determines if the mouse is still within the dblclick time and movement thresholds since the last mouse down. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
ManageTimers | Determines during a drag operation whether timers are required to generate horizontal or vertical scrolling. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
OnDragStartCanceled | This method is called when the selection manager cancels OnDragStart. The default implementation releases the capture. (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) | |
ProcessMouseLeftButtonDown | OnMouseDown handler that takes a third parameter that specifies whether we are forcing a drag or not. SelectionStrategySingleAutoDrag passes true to this. (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) | |
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.Windows.Selection.SelectionStrategyBase) | |
StartDragDelayTimer | Starts the timer used to ensure a delay period before dragging starts. (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) | |
StopDragDelayTimer | Stops the timer used to ensure a delay period before dragging starts. (Inherited from Infragistics.Windows.Selection.SelectionStrategyExtended) | |
StopHorizontalAutoScrollTimer | Stops the timer used for horizontal auto scrolling. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) | |
StopVerticalAutoScrollTimer | Stops the timer used for vertical auto scrolling. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |