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

KryptonProfessionalRenderer() public method

Initialise a new instance of the KryptonProfessionalRenderer class.
public KryptonProfessionalRenderer ( KryptonColorTable kct ) : System
kct KryptonColorTable Source for text colors.
return System
        public KryptonProfessionalRenderer(KryptonColorTable kct)
            : base(kct)
        {
            Debug.Assert(kct != null);
            _kct = kct;
        }