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