AllowBlockRemove Property
Description
Specifies whether the user can move blocks from one track to another. (Track Control)
Property Type
Read-write property
Syntax (Visual Basic)
Public Property AllowBlockRemove() As Boolean
Return Type
If True (default), blocks can be dragged from one track to a different track. If False, blocks can only be moved within the same track.
Remarks
When AllowBlockRemove is True, blocks can be dragged from one track to a different track. When False, blocks can only be moved within the same track.
TrackControl.AllowBlockRemove = True
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.