DataGridCustomcomboBoxAdd Method

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public ComboBox[] comboBoxAdd(
	string Header,
	string Name,
	string displayMemberPath,
	string selectedValuePath,
	IEnumerable itemsSource,
	Object[] bindingSource,
	string valuePath,
	int width = 0,
	bool fontBold = false
)

Parameters

Header  String
 
Name  String
 
displayMemberPath  String
 
selectedValuePath  String
 
itemsSource  IEnumerable
 
bindingSource  Object
 
valuePath  String
 
width  Int32  (Optional)
 
fontBold  Boolean  (Optional)
 

Return Value

ComboBox

See Also