PopulateComboBoxWithItemGrades Method
- Last UpdatedNov 06, 2025
- 1 minute read
The ComboBoxWithItemGrades() method populates the specified combo box with item grade descriptions
'Declaration
Public Shared Sub PopulateComboBoxWithItemGrades( _
ByVal cboGrades As ComboBox, _
ByVal includeEmptyDesc As Boolean _
)
public static void PopulateComboBoxWithItemGrades(
ComboBox cboGrades,
bool includeEmptyDesc
)
Parameters
- cboGrades
- Required. Holds the combo box to populate.
- includeEmptyDesc
- Required. Holds a flag that, if set to true, specifies that an empty entry be placed at the beginning of the combo box.