Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::GetType method
ScrollBarActiveXControl::GetType method
Gets the type of the ActiveX control.
ControlType Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::GetType()
Examples
if (activeXControl.GetType() == ControlType::ScrollBar)
{
//do something
}
See Also
- Enum ControlType
- Class ScrollBarActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++