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