PropertyGrid.AlertButton.AlertButton C# (CSharp) Метод

AlertButton() публичный Метод

public AlertButton ( string label ) : System
label string
Результат 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