Sets the range of the current selection for the specified control.
PROCEDURE SetSelectionRange(
dialogID : LONGINT;
controlID : LONGINT;
startPos : INTEGER;
endPos : INTEGER);def vs.SetSelectionRange(dialogID, controlID, startPos, endPos):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | |
| controlID | LONGINT | |
| startPos | INTEGER | |
| endPos | INTEGER |
Availability: from VectorWorks12.0.1