ImageGear .NET - Updated
ParentPage Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTGroup Class : ParentPage Property
Gets the reference to the parent page.
Syntax
'Declaration
 
Public ReadOnly Property ParentPage As ImGearARTPage
'Usage
 
Dim instance As ImGearARTGroup
Dim value As ImGearARTPage
 
value = instance.ParentPage
public ImGearARTPage ParentPage {get;}
public: __property ImGearARTPage* get_ParentPage();
public:
property ImGearARTPage^ ParentPage {
   ImGearARTPage^ get();
}

Property Value

ImGearARTPage value.
See Also

Reference

ImGearARTGroup Class
ImGearARTGroup Members