Click or drag to resize

KryptonCheckedListBoxBeginUpdate Method

Maintains performance while items are added to the ListBox one at a time by preventing the control from drawing until the EndUpdate method is called.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void BeginUpdate()
See Also