PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / SelectWord Method
The location in client coordinates.

In This Topic
    SelectWord Method (C1PreviewPane)
    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 ptClient As Point _
    ) 
    public void SelectWord( 
       Point ptClient
    )

    Parameters

    ptClient
    The location in client coordinates.
    See Also