Version

SelectionStrategyBase Class Fields

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

Protected Fields
 NameDescription
Protected FielddragThresholdThe drag threshold. Dragging will start when this is exceeded.  
Protected FieldHorizontalScrollTimerTime for scroll dragging horizontally  
Protected FieldignoreNextMouseMoveFlag to indicate ignoring the next MouseMove.  
Protected FieldinDragModeflag to keep track of whther we are currently in drag mode so that we can tunnel messages to OnDragMode and OnDragEnd functions  
Protected FieldstateThe current selection state of the strategy.  
Protected FieldVerticalScrollTimerTime for scroll dragging vertically  
Protected FieldxPosThe initial X position.  
Protected FieldyPosThe initial Y position.  
See Also