Locked Property
Description
Gets or sets whether this block or key is locked.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property Locked() As Boolean
Return Type
True if locked, False if unlocked.
Remarks
If a Block or Key is locked, it can't be moved. This means that blocks that are locked can't be dragged to be moved; this won't affect how FlexibleDrag works. If FlexibleDrag is used, other longer blocks can be dragged between locked blocks, which will move the locked blocks if there is room in the track.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.