Infragistics(R) NetAdvantage(R) Windows Forms
CanItemBeNavigatedTo Method
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > ISelectionStrategy Interface : CanItemBeNavigatedTo Method

selectableItem
T:Infragistics.Shared.ISelectableItemThe selectable item
shiftKeyDown
true if shift key is depressed.
ctlKeyDown
true if Ctrl key is depressed.
Determines if item can be navigated to.

Syntax

Visual Basic (Declaration) 
Function CanItemBeNavigatedTo( _
   ByVal selectableItem As Infragistics.Shared.ISelectableItem, _
   ByVal shiftKeyDown As Boolean, _
   ByVal ctlKeyDown As Boolean _
) As Boolean
C# 
bool CanItemBeNavigatedTo( 
   Infragistics.Shared.ISelectableItem selectableItem,
   bool shiftKeyDown,
   bool ctlKeyDown
)

Parameters

selectableItem
T:Infragistics.Shared.ISelectableItemThe selectable item
shiftKeyDown
true if shift key is depressed.
ctlKeyDown
true if Ctrl key is depressed.

Return Value

True if the itme can be navigated to.

See Also