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

ViewDrawForm() public method

Initialize a new instance of the ViewDrawForm class.
public ViewDrawForm ( IPaletteBack paletteBack, IPaletteBorder paletteBorder ) : System
paletteBack IPaletteBack Palette source for the background.
paletteBorder IPaletteBorder Palette source for the border.
return System
        public ViewDrawForm(IPaletteBack paletteBack,
                            IPaletteBorder paletteBorder)
            : base(paletteBack, paletteBorder)
        {
            // Create a status strip we can position for rendering
            _renderStrip = new StatusStrip();
        }