GdPicture.NET.14.MAUI
GdPicture14.MAUI Namespace / GdViewer Class / SelectedText Property





In This Topic
SelectedText Property
In This Topic
Specifies the selected text of the document.
Syntax
'Declaration
 
Public ReadOnly Property SelectedText As String
public string SelectedText {get;}
public read-only property SelectedText: String; 
public function get SelectedText : String
public: __property string* get_SelectedText();
public:
property String^ SelectedText {
   String^ get();
}
See Also