ButtonSpecManagerBasePerformNeedPaint Method (Object, Boolean) |
Requests a repaint and optional layout be performed.
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 void PerformNeedPaint(
Object sender,
bool needLayout
)
Parameters
- sender
- Type: SystemObject
Source of the paint event. - needLayout
- Type: SystemBoolean
Does the palette change require a layout.
See Also