ViewDrawEmptyContent Constructor |
Initialize a new instance of the ViewDrawEmptyContent class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ViewDrawEmptyContent(
IPaletteContent paletteContentDisabled,
IPaletteContent paletteContentNormal
)
Parameters
- paletteContentDisabled IPaletteContent
- Palette source for the disabled content.
- paletteContentNormal IPaletteContent
- Palette source for the normal content.
See Also