In This Topic
GdPicture14 Namespace / GdViewer Class / LockViewer Property

LockViewer Property (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Property LockViewer As Boolean
public bool LockViewer {get; set;}
public read-write property LockViewer: Boolean; 
public function get,set LockViewer : boolean
public: __property bool get_LockViewer();

public: __property void set_LockViewer( 

   bool value

);
public:

property bool LockViewer {

   bool get();

   void set (    bool value);

}
See Also