.NET Framework Class Library

DocumentViewer.GetSelectedText Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > DocumentViewer Class > DocumentViewer Methods >

.NET Framework Class Library

DocumentViewer.GetSelectedText Method

Get selected text from the viewer

Namespace: Gnostice.Controls.WinForms

Assembly:  Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)

Syntax

Visual Basic

Public Function GetSelectedText As SelectedText

C#

public SelectedText GetSelectedText()

Visual C++

public:
virtual SelectedTextGetSelectedText() sealed

Return Value

Details of the selected text (SelectedText) or null if no selection of the text in the viewer.

Implements

IView.GetSelectedText()

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WinForms Namespace