Click or drag to resize

ButtonSpecManagerBaseButtonSpecCreated Method

Perform final steps now that the button spec has been created.

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 void ButtonSpecCreated(
	ButtonSpec buttonSpec,
	ButtonSpecView buttonView,
	int viewDockerIndex
)

Parameters

buttonSpec  ButtonSpec
ButtonSpec instance.
buttonView  ButtonSpecView
Associated ButtonSpecView instance.
viewDockerIndex  Int32
Index of view docker button is placed onto.
See Also