Send comments on this topic.
DocumentText Property
Attachmate.Reflection.Objects Library (Web) > WebControl Object : DocumentText Property
Gets or sets the Web page text.

Syntax

 
Object.DocumentText As String

Example

Copy Code
Dim EControl As Attachmate.Reflection.Objects.Web.Msie.WebControl WControl
WControl.DocumentText = "Text Here"
            
pubic Property GetDocumentText() As String
Get
Return WControl.DocumentText
End Get
End Property

See Also