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
- Enum ControlType
- Class RadioButtonActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++