Ext.Net.RowEditor.ShowTooltip C# (CSharp) Method

ShowTooltip() private method

private ShowTooltip ( string msg ) : void
msg string
return void
        public virtual void ShowTooltip(string msg)
        {
            RequestManager.EnsureDirectEvent();
            this.Call("showTooltip", msg);
        }