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
| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | |
| componentID | LONGINT | |
| iStartIndex | INTEGER | |
| iEndIndex | INTEGER | |
| bEnable | BOOLEAN |
Availability: from VectorWorks12.5