Click or drag to resize

ButtonSpecMdiChildRestoreGetChecked Method

Gets the button checked state.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override ButtonCheckState GetChecked(
	IPalette palette
)

Parameters

palette  IPalette
Palette to use for inheriting values.

Return Value

ButtonCheckState
Button checked state.
See Also