eDriven Framework API
SelectedIndices Property
NamespaceseDriven.Gui.ComponentsListSelectedIndices
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public List<int> SelectedIndices { get; set; }
Public Property SelectedIndices As List(Of Integer)
	Get
	Set
public:
property List<int>^ SelectedIndices {
	List<int>^ get ();
	void set (List<int>^ value);
}

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