SelectAll Method (ALog)

Selects all text.

Syntax

Object.SelectAll()

The SelectAll method syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

Comments

For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.

Example

The following statement selects all the text from the ALog object:

log1.SelectAll()

Applies to

ALog

See Also

Selected, SelectedText