ImageGear .NET v24.12 - Updated
ParentCtl Property (ImGearThumbnailItem)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailItem Class : ParentCtl Property
Gets a reference to the parent ImGearThumbnailCtl control.
Syntax
'Declaration
 
Public ReadOnly Property ParentCtl As ImGearThumbnailCtl
'Usage
 
Dim instance As ImGearThumbnailItem
Dim value As ImGearThumbnailCtl
 
value = instance.ParentCtl
public ImGearThumbnailCtl ParentCtl {get;}
public: __property ImGearThumbnailCtl* get_ParentCtl();
public:
property ImGearThumbnailCtl^ ParentCtl {
   ImGearThumbnailCtl^ get();
}

Property Value

ImGearThumbnailCtl class object.
See Also

Reference

ImGearThumbnailItem Class
ImGearThumbnailItem Members
ImGearThumbnailCtl Class