ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailItem Class / ParentCtl Property




In This Topic
    ParentCtl Property (ImGearThumbnailItem)
    In This Topic
    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