Click or drag to resize

KryptonButtonNotifyDefault Method

Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly.

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#
public void NotifyDefault(
	bool value
)

Parameters

value  Boolean
true if the control should behave as a default button; otherwise false.

Implements

IButtonControlNotifyDefault(Boolean)
See Also