Determines if column lines are drawn.
FUNCTION AreLBColumnLinesEnabled(
dialogID : LONGINT;
componentID : LONGINT): BOOLEAN;def vs.AreLBColumnLinesEnabled(dialogID, componentID):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
Availability: from VectorWorks11.0