Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 649 Bytes

File metadata and controls

30 lines (23 loc) · 649 Bytes

EnableLBColumnLines

Description

Enables/disables column lines.

PROCEDURE EnableLBColumnLines(
				dialogID          : LONGINT;
				componentID       : LONGINT;
				enableColumnLines : BOOLEAN);
def vs.EnableLBColumnLines(dialogID, componentID, enableColumnLines):
    return None

Parameters

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

Version

Availability: from VectorWorks11.0

Category

  • Dialogs - Modern - Browser