ButtonSpecManagerBaseButtonSpecCreated Method |
Perform final steps now that the button spec has been created.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected 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