Ext.Net.ImageButton.ImageButton C# (CSharp) Method

ImageButton() public method

public ImageButton ( Config config ) : System
config Config
return System
        public ImageButton(Config config)
        {
            this.Apply(config);
        }

Same methods

ImageButton::ImageButton ( ) : System.ComponentModel