PropertyGrid.AlertButton.AlertButton C# (CSharp) Method

AlertButton() public method

public AlertButton ( string label, bool isStockButton ) : System
label string
isStockButton bool
return System
        public AlertButton(string label, bool isStockButton)
            : this(label)
        {
            this.isStockButton = isStockButton;
        }

Same methods

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