AddCheckBox

AddCheckBox(int, int, bool)

Fügt ein Kontrollkästchen zu einer angegebenen Zelle am Zeilenspaltenindex hinzu.

public CheckBox AddCheckBox(int row, int col, bool check)
ParameterTypBeschreibung
rowInt32Zeilenindex der Zelle.
colInt32Spaltenindex der Zelle.
checkBooleanKontrollkästchen aktiviert Eigenschaftsstatus.

Rückgabewert

Das hinzugefügte Kontrollkästchen.

Siehe auch


AddCheckBox(string, bool)

Fügt ein Kontrollkästchen zu einer bestimmten Zelle nach Zellname hinzu.

public CheckBox AddCheckBox(string cellName, bool check)
ParameterTypBeschreibung
cellNameStringName der Rasterzelle.
checkBooleanKontrollkästchen aktiviert Eigenschaftsstatus.

Rückgabewert

Das hinzugefügte Kontrollkästchen.

Siehe auch