Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 550 Bytes

File metadata and controls

33 lines (25 loc) · 550 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

lorPopupDialog}}

Version

Availability: from VectorWorks12.0

Category

  • Dialogs - Modern