Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 622 Bytes

File metadata and controls

32 lines (25 loc) · 622 Bytes

SetColorChoice

Description

Sets the choice for the color popup dialog control to the specified color index.

PROCEDURE SetColorChoice(
				dialogID   : LONGINT;
				itemID     : LONGINT;
				colorIndex : INTEGER);
def vs.SetColorChoice(dialogID, itemID, colorIndex):
    return None

Parameters

Name Type Description
dialogID LONGINT
itemID LONGINT
colorIndex INTEGER

Examples

ColorPopupDialog

Version

Availability: from VectorWorks12.0

Category