eDriven Framework API
CalculateSelectedIndices Method (index, shiftKey, ctrlKey)
NamespaceseDriven.Gui.ComponentsListCalculateSelectedIndices(Int32, Boolean, Boolean)
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
protected List<int> CalculateSelectedIndices(
	int index,
	bool shiftKey,
	bool ctrlKey
)
Protected Function CalculateSelectedIndices ( _
	index As Integer, _
	shiftKey As Boolean, _
	ctrlKey As Boolean _
) As List(Of Integer)
protected:
List<int>^ CalculateSelectedIndices(
	int index, 
	bool shiftKey, 
	bool ctrlKey
)
Parameters
index (Int32)
shiftKey (Boolean)
ctrlKey (Boolean)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)