Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::GetType method

RadioButtonActiveXControl::GetType method

Gets the type of the ActiveX control.

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

Examples

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

See Also