AddControl
IControlCollection.AddControl method
Erstellt ein neues Steuerelement und fügt es der Sammlung hinzu.
public IControl AddControl(ControlType controlType, float x, float y, float width, float height)
Parameter | Typ | Beschreibung |
---|---|---|
controlType | ControlType | Typ eines hinzuzufügenden Steuerelements. |
x | Single | Die X-Koordinate für eine linke Seite des Rahmens der Form. |
y | Single | Die Y-Koordinate für eine Oberseite des Rahmens der Form. |
width | Single | Die Breite des Rahmens der Form. |
height | Single | Die Höhe des Rahmens der Form. |
Rückgabewert
Steuerelement erstelltIControl
.
Siehe auch
- interface IControl
- enum ControlType
- interface IControlCollection
- namensraum Aspose.Slides
- Montage Aspose.Slides