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