Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 610 Bytes

File metadata and controls

31 lines (25 loc) · 610 Bytes

SetSelectionRange

Description

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

Parameters

Name Type Description
dialogID LONGINT
controlID LONGINT
startPos INTEGER
endPos INTEGER

Version

Availability: from VectorWorks12.0.1

Category