Click or drag to resize

ButtonSpecManagerBaseGetButtonSpecFromView Method

Find the ButtonSpec definition associated with the provided button view.

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#
public virtual ButtonSpec GetButtonSpecFromView(
	ViewDrawButton viewButton
)

Parameters

viewButton
Type: Internal.ComponentFactory.Krypton.ToolkitViewDrawButton
View to use when searching.

Return Value

Type: ButtonSpec
ButtonSpec reference if found; otherwise null.
See Also