Ext.Net.HyperLink.SetImageUrl C# (CSharp) Method

SetImageUrl() private method

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