TextBoxActiveXControl.Type

TextBoxActiveXControl.Type property

Gets the type of the ActiveX control.

public override ControlType Type { get; }

Examples

[C#]
Aspose.Cells.Drawing.ActiveXControls.ControlType type = activeXControl.Type;

See Also