Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / GetSelectedText Method

In This Topic
    GetSelectedText Method
    In This Topic
    Gets the text currently selected in this C1PreviewPane.
    Syntax
    'Declaration
     
    Public Function GetSelectedText() As String
    public string GetSelectedText()

    Return Value

    The currently selected text, or empty string if the current selection is empty.
    See Also