Click or drag to resize

PaletteContentGetContentLongTextHint Method

Gets the actual text rendering hint for long text.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PaletteTextHint GetContentLongTextHint(
	PaletteState state
)

Parameters

state  PaletteState
Palette value should be applicable to this state.

Return Value

PaletteTextHint
PaletteTextHint value.

Implements

IPaletteContentGetContentLongTextHint(PaletteState)
See Also