SpinButtonActiveXControl.Type
SpinButtonActiveXControl.Type property
Gets the type of the ActiveX control.
public override ControlType Type { get; }
Examples
[C#]
if(activeXControl.Type == Aspose.Cells.Drawing.ActiveXControls.ControlType.SpinButton)
{
//do something
}
See Also
- enum ControlType
- class SpinButtonActiveXControl
- namespace Aspose.Cells.Drawing.ActiveXControls
- assembly Aspose.Cells