ActiveXControl
Shape.ActiveXControl property
Ottiene il controllo ActiveX.
public ActiveXControl ActiveXControl { get; }
Esempi
[C#]
CheckBoxActiveXControl checkBox1 = (CheckBoxActiveXControl)shape.ActiveXControl;
//Il nome del carattere di CheckBox
string fontName = checkBox1.Font.Name;
Guarda anche
- class ActiveXControl
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells