Selects all text.
Object.SelectAll()
The SelectAll method syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.
The following statement selects all the text from the ALog object:
log1.SelectAll()