.NET Framework Class Library

OnTextSelectionEventArgs.SeletedText Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace > OnTextSelectionEventArgs Class > OnTextSelectionEventArgs Properties >

.NET Framework Class Library

OnTextSelectionEventArgs.SeletedText Property

Obsolete. Use the SelectedTextSelectedText property.

Namespace: Gnostice.Core.Viewer

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

<ObsoleteAttribute> _
Public ReadOnly Property SeletedText As String
 Get

C#

[ObsoleteAttribute]
public string SeletedText { get; }

Visual C++

public:
[ObsoleteAttribute]
property StringSeletedText {
 Stringget ();
}

See Also

OnTextSelectionEventArgs Class

OnTextSelectionEventArgs Members

Gnostice.Core.Viewer Namespace