ARCed.UI.InertButtonBase.InertButtonBase C# (CSharp) Method

InertButtonBase() protected method

protected InertButtonBase ( ) : System
return System
        protected InertButtonBase()
        {
            SetStyle(ControlStyles.SupportsTransparentBackColor, true);
            BackColor = Color.Transparent;
        }