Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 625 Bytes

File metadata and controls

29 lines (23 loc) · 625 Bytes

SetIconPushButtonState

Description

Retrieves the state of the specified Layout Manager icon push button (pressed or not pressed).

FUNCTION SetIconPushButtonState(
				nDialogID    : LONGINT;
				nComponentID : LONGINT;
				bPressed     : BOOLEAN): BOOLEAN;
def vs.SetIconPushButtonState(nDialogID, nComponentID, bPressed):
    return BOOLEAN

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
bPressed BOOLEAN

Version

Availability: from VectorWorks13.0

Category