In This Topic
GdPicture14.MAUI Namespace / GdViewer Class / EnableTextSelection Property

EnableTextSelection Property (GdViewer)

In This Topic
Specifies whether text selection is enabled.
Syntax
'Declaration
 
Public Property EnableTextSelection As Boolean
public bool EnableTextSelection {get; set;}
public read-write property EnableTextSelection: Boolean; 
public function get,set EnableTextSelection : boolean
public: __property bool get_EnableTextSelection();
public: __property void set_EnableTextSelection( 
   bool value
);
public:
property bool EnableTextSelection {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.
See Also