Ext.Net.HtmlEditor.InsertAtCursor C# (CSharp) Method

InsertAtCursor() private method

private InsertAtCursor ( string text ) : void
text string
return void
        public virtual void InsertAtCursor(string text)
        {
            this.Call("insertAtCursor", text);
        }