PropertyGrid.AlertButton.AlertButton C# (CSharp) Method

AlertButton() public method

public AlertButton ( string label ) : System
label string
return System
        public AlertButton(string label)
            : this(label, null)
        {
        }

Same methods

AlertButton::AlertButton ( string label, bool isStockButton ) : System
AlertButton::AlertButton ( string label, string icon ) : System
AlertButton