Declaration
public void SetMapping(int sourceControlIndex, int targetControlIndex, string displayName)
Parameters
Type |
Name |
Description |
int |
sourceControlIndex |
|
int |
targetControlIndex |
|
string |
displayName |
|
Declaration
public void SetMapping(int sourceControlIndex, int targetControlIndex, string displayName, Range interDeadZoneRange)
Parameters
Type |
Name |
Description |
int |
sourceControlIndex |
|
int |
targetControlIndex |
|
string |
displayName |
|
Range |
interDeadZoneRange |
|
Declaration
public void SetMapping(int sourceControlIndex, int targetControlIndex, string displayName, Range interDeadZoneRange, Range sourceRange, Range targetRange)
Parameters
Type |
Name |
Description |
int |
sourceControlIndex |
|
int |
targetControlIndex |
|
string |
displayName |
|
Range |
interDeadZoneRange |
|
Range |
sourceRange |
|
Range |
targetRange |
|