CustomButton.CustomButton C# (CSharp) Method

CustomButton() public method

public CustomButton ( )
    public CustomButton()
        : base()
    {
        Font = new Font("Segoe UI", 11f);
        ForeColor = Color.Gainsboro;
    }