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

EnableLinks Property

In This Topic
Specifies whether links navigation is enabled.
Syntax
'Declaration
 
Public Property EnableLinks As Boolean
public bool EnableLinks {get; set;}
public read-write property EnableLinks: Boolean; 
public function get,set EnableLinks : boolean
public: __property bool get_EnableLinks();
public: __property void set_EnableLinks( 
   bool value
);
public:
property bool EnableLinks {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.
See Also