Click or drag to resize

ViewDrawEmptyContent Constructor

Initialize a new instance of the ViewDrawEmptyContent class.

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 ViewDrawEmptyContent(
	IPaletteContent paletteContentDisabled,
	IPaletteContent paletteContentNormal
)

Parameters

paletteContentDisabled  IPaletteContent
Palette source for the disabled content.
paletteContentNormal  IPaletteContent
Palette source for the normal content.
See Also