Enables/disables column lines.
PROCEDURE EnableLBColumnLines(
dialogID : LONGINT;
componentID : LONGINT;
enableColumnLines : BOOLEAN);def vs.EnableLBColumnLines(dialogID, componentID, enableColumnLines):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
| enableColumnLines | BOOLEAN | specifies if column lines should be drawn |
Availability: from VectorWorks11.0