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

PaletteContentText() public method

Initialize a new instance of the PaletteContentText class.
public PaletteContentText ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System
        public PaletteContentText(NeedPaintHandler needPaint)
        {
            // Store the provided paint notification delegate
            NeedPaint = needPaint;
        }