In This Topic
Selects a word at the specified location (in client coordinates) in the document currently loaded into this
C1PreviewPane.
Syntax
'Declaration
Public Sub SelectWord( _
ByVal As Point _
)
public void SelectWord(
Point
)
Parameters
- ptClient
- The location in client coordinates.
See Also