KryptonPaletteResumeUpdates(Boolean) Method |
Resume the notification of drawing updates when palette values are changed.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int ResumeUpdates(
bool updateNow
)
Parameters
- updateNow Boolean
- Should an immediate drawing update occur.
Return Value
Int32New suspended count; Updates only occur when the count reaches zero.
See Also