Aspose::Cells::Drawing::Shape::RemoveActiveXControl method

Shape::RemoveActiveXControl method

Remove activeX control.

void Aspose::Cells::Drawing::Shape::RemoveActiveXControl()

Examples

if (!shape.GetActiveXControl().IsNull())
{
    shape.RemoveActiveXControl();
}

See Also