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