Click or drag to resize

KryptonDropButtonCreateButtonValues Method

Creates a values storage object appropriate for control.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual ButtonValues CreateButtonValues(
	NeedPaintHandler needPaint
)

Parameters

needPaint  NeedPaintHandler
Delegate for notifying paint requests.

Return Value

ButtonValues
Set of button values.
See Also