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

SetOverImageUrl() private method

private SetOverImageUrl ( string url ) : void
url string
return void
        protected virtual void SetOverImageUrl(string url)
        {
            this.Call("setOverImageUrl", this.ResolveUrlLink(url));
        }