Interface ICheckBoxes
public interface ICheckBoxes
Properties
Count
int Count { get; }
Property Value
this[int]
ICheckBox this[int index] { get; }
Parameters
index
int
Property Value
this[string]
ICheckBox this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddCheckBox(int, int, int, int)
ICheckBox AddCheckBox(int row, int column, int height, int width)