Infragistics(R) NetAdvantage(R) Windows Forms
ISelectionStrategy Interface Members
See Also  Properties  Methods  E-mail your feedback on this topic.
Infragistics.Win Namespace : ISelectionStrategy Interface


The following tables list the members exposed by ISelectionStrategy.

Public Properties

 NameDescription
 PropertyIsMultiSelect True if this strategy supports selecting more than one item at a time (read-only).  
 PropertyIsSingleSelect True if this strategy supports selecting only one item at a time (read-only).  
Top

Public Methods

 NameDescription
 MethodCanItemBeNavigatedTo Determines if item can be navigated to.  
 MethodOnCancelMode Called when a cancelMode message is received  
 MethodOnMouseMessage 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.  
 MethodProcessKeyBoardItemOverloaded.  Processes selection based on the keyboard action and current selection  
Top

See Also