PropertyGrid.AlertButton.AlertButton C# (CSharp) Méthode

AlertButton() public méthode

public AlertButton ( string label ) : System
label string
Résultat 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