Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 719 Bytes

File metadata and controls

33 lines (27 loc) · 719 Bytes

EnableLBDropOnIndices

Description

Enables or disables drag and drop to occur within the specified indices.

FUNCTION EnableLBDropOnIndices(
				dialogID    : LONGINT;
				componentID : LONGINT;
				iStartIndex : INTEGER;
				iEndIndex   : INTEGER;
				bEnable     : BOOLEAN): BOOLEAN;
def vs.EnableLBDropOnIndices(dialogID, componentID, iStartIndex, iEndIndex, bEnable):
    return BOOLEAN

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
iStartIndex INTEGER
iEndIndex INTEGER
bEnable BOOLEAN

Version

Availability: from VectorWorks12.5

Category