Kimono.KHTMLPart.SelectAll C# (CSharp) 메소드

SelectAll() 공개 메소드

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