The following tables list the members exposed by ISelectionStrategy.
Name | Description | |
---|---|---|
IsMultiSelect | True if this strategy supports selecting more than one item at a time (read-only). | |
IsSingleSelect | True if this strategy supports selecting only one item at a time (read-only). |
Name | Description | |
---|---|---|
CanItemBeNavigatedTo | Determines if item can be navigated to. | |
OnCancelMode | Called when a cancelMode message is received | |
OnMouseMessage | Called when a mouse down, up or move message is received. Note: MouseMove and MouseUp message processing calls this method only if this method returned true on the MouseDown and thereby captured the mouse. | |
ProcessKeyBoardItem | Overloaded. Processes selection based on the keyboard action and current selection |