ComponentFactory.Krypton.Toolkit.ViewDrawEmptyContent.ViewDrawEmptyContent C# (CSharp) Method

ViewDrawEmptyContent() public method

Initialize a new instance of the ViewDrawEmptyContent class.
public ViewDrawEmptyContent ( IPaletteContent paletteContentDisabled, IPaletteContent paletteContentNormal ) : System
paletteContentDisabled IPaletteContent Palette source for the disabled content.
paletteContentNormal IPaletteContent Palette source for the normal content.
return System
        public ViewDrawEmptyContent(IPaletteContent paletteContentDisabled,
                                    IPaletteContent paletteContentNormal)
            : base(paletteContentNormal, null, VisualOrientation.Top)
        {
            Values = this;
            _paletteContentDisabled = paletteContentDisabled;
            _paletteContentNormal = paletteContentNormal;
        }