LockRedraw Property
Description
The LockRedraw property is used to lock or unlock Task Panel re-drawing.
Property Type
- Read-write property
Syntax (Visual Basic)
Public Property LockRedraw() As Boolean
Remarks
LockRedraw should be set to TRUE any time a group of items is added, deleted, or modified. After the changes have been made to the Task Panel, LockRedraw should be set to FALSE to allow the Task Panel to re-draw itself and display the changes.
While LockRedraw is TRUE, the user cannot interact with the Task Panel.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.