Click or drag to resize

ButtonSpecGetStyle Method

Gets the button style.

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 ButtonStyle GetStyle(
	IPalette palette
)

Parameters

palette
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Palette to use for inheriting values.

Return Value

Type: ButtonStyle
Button style.

Implements

IButtonSpecValuesGetStyle(IPalette)
See Also