CheckBoxCollection.Add

CheckBoxCollection.Add method

Adds a checkBox to the collection.

public int Add(int upperLeftRow, int upperLeftColumn, int height, int width)
ParameterTypeDescription
upperLeftRowInt32Upper left row index.
upperLeftColumnInt32Upper left column index.
heightInt32Height of checkBox, in unit of pixel.
widthInt32Width of checkBox, in unit of pixel.

Return Value

CheckBox object index.

See Also