Click or drag to resize

KryptonButtonCreateButtonValues Method

Creates a values storage object appropriate for control.

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

Parameters

needPaint
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for notifying paint requests.

Return Value

Type: ButtonValues
Set of button values.
See Also