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