Object.DocumentText As String |
![]() | |
---|---|
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 |