LockGdViewerEvents Property (ThumbnailEx)
In This Topic
Specifies if the ThumbnailEx control is reactive to the GdViewer events. This property is available
only when thumbnails source is a GdViewer object passed to the LoadFromGdViewer method.
Default value is false.
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