Example #1
0
 //#<<delete
 //#PROP_R<string,type>
 //------------------------------------------------------------
 //		IHTMLSelectionObject2
 //------------------------------------------------------------
 //#>>delete
 public CollectionBase <TextRange> createRangeCollection()
 {
     return(CollectionBase <TextRange> .FromObj(this.Invoke("createRangeCollection")));
 }
Example #2
0
 public CollectionBase <Rect> getClientRecst()
 {
     return(CollectionBase <Rect> .FromObj(this.Invoke("getClientRecst")));
 }