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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ViewDrawEmptyContent(
	IPaletteContent paletteContentDisabled,
	IPaletteContent paletteContentNormal
)

Parameters

paletteContentDisabled
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Palette source for the disabled content.
paletteContentNormal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Palette source for the normal content.
See Also