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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void ButtonSpecCreated(
	ButtonSpec buttonSpec,
	ButtonSpecView buttonView,
	int viewDockerIndex
)

Parameters

buttonSpec
Type: Internal.ComponentFactory.Krypton.ToolkitButtonSpec
ButtonSpec instance.
buttonView
Type: Internal.ComponentFactory.Krypton.ToolkitButtonSpecView
Associated ButtonSpecView instance.
viewDockerIndex
Type: SystemInt32
Index of view docker button is placed onto.
See Also