Kimono.KHTMLPart.SelectAll C# (CSharp) Method

SelectAll() public method

Returns the instance of the attached html editor interface. Marks all text in the document as selected.
public SelectAll ( ) : void
return void
        public void SelectAll()
        {
            interceptor.Invoke("selectAll", "selectAll()", typeof(void));
        }
KHTMLPart