Add

CheckBoxCollection.Add method

向集合中添加一个复选框。

public int Add(int upperLeftRow, int upperLeftColumn, int height, int width)
范围类型描述
upperLeftRowInt32左上行索引。
upperLeftColumnInt32左上列索引。
heightInt32复选框的高度,以像素为单位。
widthInt32复选框的宽度,以像素为单位。

返回值

CheckBox对象索引。

也可以看看