ActiveXControl
Shape.ActiveXControl property
Obtiene el control ActiveX.
public ActiveXControl ActiveXControl { get; }
Ejemplos
[C#]
CheckBoxActiveXControl checkBox1 = (CheckBoxActiveXControl)shape.ActiveXControl;
//El nombre de la fuente de CheckBox
string fontName = checkBox1.Font.Name;
Ver también
- class ActiveXControl
- class Shape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells