Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 585 Bytes

File metadata and controls

31 lines (24 loc) · 585 Bytes

RemoveListBoxTabStop

Description

Removes the last tab stop from a Layout Manager list box.

PROCEDURE RemoveListBoxTabStop(
				dialogID : LONGINT;
				itemID   : LONGINT);
def vs.RemoveListBoxTabStop(dialogID, itemID):
    return None

Parameters

Name Type Description
dialogID LONGINT ID of the dialog
itemID LONGINT ID of the list box

See Also

VS Functions: AddListBoxTabStop

Version

Availability: from VectorWorks10.0

Category