get_ParentGroup()

IShape::get_ParentGroup() method

Returns parent GroupShape object if shape is grouped. Otherwise returns null. Read-only IGroupShape.

virtual System::SharedPtr<IGroupShape> Aspose::Slides::IShape::get_ParentGroup()=0

Remarks

Property IShape::get_IsGrouped determines whether the shape is grouped.

See Also