GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / LockGdViewerEvents Property





In This Topic
LockGdViewerEvents Property (ThumbnailEx)
In This Topic
Syntax
'Declaration
 
Public Property LockGdViewerEvents As Boolean
public bool LockGdViewerEvents {get; set;}
public read-write property LockGdViewerEvents: Boolean; 
public function get,set LockGdViewerEvents : boolean
public: __property bool get_LockGdViewerEvents();
public: __property void set_LockGdViewerEvents( 
   bool value
);
public:
property bool LockGdViewerEvents {
   bool get();
   void set (    bool value);
}
See Also