VS:RemoveListBoxTabStop: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:36, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

dialogID LONGINT ID of the dialog
itemID LONGINT ID of the list box

Version

Availability: from VectorWorks10.0

See Also

VS Functions:

VS:AddListBoxTabStop

VS Functions: [[VS:AddListBoxTabStop]]