Click or drag to resize

ButtonSpecNavFixed Constructor

Initialize a new instance of the ButtonSpecNavFixed class.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ButtonSpecNavFixed(
	KryptonNavigator navigator,
	PaletteButtonSpecStyle fixedStyle
)

Parameters

navigator
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonNavigator
Reference to owning navigator instance.
fixedStyle
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteButtonSpecStyle
Fixed style to use.
See Also