Sets the text of an existing element.
Visual Basic |
---|
Public Sub ElementSetText( _ ByVal elementHandle As Long, _ ByVal bstrText As String _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- bstrText
- The text of the element.