Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 529 Bytes

File metadata and controls

29 lines (23 loc) · 529 Bytes

SetListBoxTabStops

Description

Set tab stops for list control.

PROCEDURE SetListBoxTabStops(
				dialogID    : LONGINT;
				componentID : LONGINT;
				tabStops    : ARRAY);
def vs.SetListBoxTabStops(dialogID, componentID, tabStops):
    return None

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
tabStops ARRAY

Version

Availability: from Vectorworks 2012

Category