Interface ISelection
Syntax
public interface ISelection : IEnumerable<int>
Properties
Count
Declaration
Property Value
Type |
Description |
System.Int32 |
|
single
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
BeginSelection()
Declaration
Clear()
Declaration
EndSelection(Boolean)
Declaration
void EndSelection(bool select)
Parameters
Type |
Name |
Description |
System.Boolean |
select |
|
IsSelected(Int32)
Declaration
bool IsSelected(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
Select(Int32, Boolean)
Declaration
void Select(int index, bool select)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Boolean |
select |
|