Sets the enable state of a dialog item.
PROCEDURE EnableItem(
dialogID : LONGINT;
componentID : LONGINT;
enableState : BOOLEAN);def vs.EnableItem(dialogID, componentID, enableState):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | the dialog identifier given by CreateLayout or CreateResizableLayout |
| componentID | LONGINT | The identifier of the component to enable or disable given the state. |
| enableState | BOOLEAN | True if the component should be enabled, false otherwise. |
Availability: from Vectorworks 2010