Ext.Net.FileUploadField.SetButtonText C# (CSharp) Method

SetButtonText() private method

private SetButtonText ( string text ) : void
text string
return void
        protected virtual void SetButtonText(string text)
        {
            this.CallButton("setText", text);
        }