Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetType method

SpinButtonActiveXControl::GetType method

Gets the type of the ActiveX control.

ControlType Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetType()

Examples

if (activeXControl.GetType() == ControlType::SpinButton)
{
    //do something
}

See Also