Click or drag to resize

ButtonSpecFormFixed Constructor

Initialize a new instance of the ButtonSpecFormFixed class.

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 ButtonSpecFormFixed(
	KryptonForm form,
	PaletteButtonSpecStyle fixedStyle
)

Parameters

form
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonForm
Reference to owning krypton form.
fixedStyle
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteButtonSpecStyle
Fixed style to use.
See Also