VS:GetOwnerDrawnControlPenBgColor

From Vectorworks Developer
Revision as of 10:05, 3 February 2023 by KLalkovski (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

?

FUNCTION GetOwnerDrawnControlPenBgColor(
dialogID :LONGINT;
componentID :LONGINT;
VAR iRedIndex :INTEGER;
VAR iGreenIndex :INTEGER;
VAR iBlueIndex :INTEGER) : BOOLEAN;
def vs.GetOwnerDrawnControlPenBgColor(dialogID, componentID):
    return (BOOLEAN, iRedIndex, iGreenIndex, iBlueIndex)

Parameters

dialogID LONGINT
componentID LONGINT
iRedIndex INTEGER
iGreenIndex INTEGER
iBlueIndex INTEGER

Version

Availability: from VectorWorks12.5