'Declaration Public Property ThumbnailControl As System.Windows.Forms.Control
public System.Windows.Forms.Control ThumbnailControl { get; set; }
public: __property System.Windows.Forms.Control* get_ThumbnailControl(); public: __property void set_ThumbnailControl(
System.Windows.Forms.Control* value
);
public:
property System.Windows.Forms.Control^ ThumbnailControl { System.Windows.Forms.Control^ get(); void set(System.Windows.Forms.Control^ value); }