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