Skip to main content

TdxBarManager.LockUpdate Property

Deprecated. This property exists for backward compatibility only.

Tip

Call BeginUpdate and EndUpdate procedures to manage batch Ribbon or toolbar UI updates instead of using LockUpdate.

Declaration

property LockUpdate: Boolean read; write;

Property Value

Type Description
Boolean

True if redraw operations are disabled for the Ribbon or toolbar UI; otherwise, False.

See Also