ButtonSpecManagerBaseOnNeedPaint Method |
Raises the NeedPaint event.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax protected virtual void OnNeedPaint(
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