Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 598 Bytes

File metadata and controls

32 lines (25 loc) · 598 Bytes

GetColorChoice

Description

Get current choice for color popup dialog control.

PROCEDURE GetColorChoice(
				dialogID       : LONGINT;
				itemID         : LONGINT;
				VAR colorIndex : INTEGER);
def vs.GetColorChoice(dialogID, itemID):
    return colorIndex

Parameters

Name Type Description
dialogID LONGINT
itemID LONGINT
colorIndex INTEGER

Examples

ColorPopupDialog

Version

Availability: from VectorWorks12.0

Category