Automatak.Simulator.DNP3.Commons.GUI.TransparentButton.TransparentButton C# (CSharp) Method

TransparentButton() public method

public TransparentButton ( ) : System
return System
        public TransparentButton()
        {
            InitializeComponent();

            //this.Cursor = Cursors.Hand;
            this.SetStyle(ControlStyles.SupportsTransparentBackColor, true);
            this.ForeColor = Color.Transparent;
            this.BackColor = Color.Transparent;
        }