AddButton

AddButton(int, int, int, int, string)

Lägger till en knapp i en angiven cell vid radkolumnindex.

public Button AddButton(int row, int col, int width, int height, string text)
ParameterTypBeskrivning
rowInt32Radindex för cell.
colInt32Kolumnindex för cellen.
widthInt32Knappens bredd.
heightInt32Knappens höjd.
textStringKnapp-text.

Returvärde

Den tillagda knappen.

Se även


AddButton(string, int, int, string)

Lägger till en knapp i en specificerad cell efter cellnamn.

public Button AddButton(string cellName, int width, int height, string text)
ParameterTypBeskrivning
cellNameStringNamn på rutnätscellen.
widthInt32Knappens bredd.
heightInt32Knappens höjd.
textStringKnapp-text.

Returvärde

Den tillagda knappen.

Se även


AddButton(int, int, int, int, string, bool)

Lägger till en knapp i en angiven cell vid radkolumnindex.

public Button AddButton(int row, int col, int width, int height, string text, bool alwaysVisible)
ParameterTypBeskrivning
rowInt32Radindex för cell.
colInt32Kolumnindex för cellen.
widthInt32Knappens bredd.
heightInt32Knappens höjd.
textStringKnapp-text.
alwaysVisibleBooleanOm knappen alltid ska vara synlig, fungerar endast för cellkontrollknappen.

Returvärde

Den tillagda knappen.

Se även


AddButton(string, int, int, string, bool)

Lägger till en knapp i en specificerad cell efter cellnamn.

public Button AddButton(string cellName, int width, int height, string text, bool alwaysVisible)
ParameterTypBeskrivning
cellNameStringNamn på rutnätscellen.
widthInt32Knappens bredd.
heightInt32Knappens höjd.
textStringKnapp-text.
alwaysVisibleBooleanOm knappen alltid ska vara synlig, fungerar endast för cellkontrollknappen.

Returvärde

Den tillagda knappen.

Se även