Set the first control index.

Declaration Syntax
public void SetFirstControlIndex(
int FirstControlIndex
)
Public Sub SetFirstControlIndex ( _
FirstControlIndex As Integer _
)
public:
virtual void SetFirstControlIndex(
int FirstControlIndex
) sealed

Parameters
- FirstControlIndex (Int32)
- The first control index.

Exceptions
Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown if the
index is less than 0.
|
DuplicateIndexesException | Thrown if the index
matches one of the other targets.
|
Assembly:
Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)