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