PopulateComboBoxWithStepStates Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopulateComboBoxWithStepStates() method populates the specified combo box with step state descriptions.
'Declaration
Public Shared Sub PopulateComboBoxWithStepStates( _
ByVal cboStates As ComboBox, _
ByVal includeEmptyDesc As Boolean _
)
public static void PopulateComboBoxWithStepStates(
ComboBox cboStates,
bool includeEmptyDesc
)
Parameters
- cboStates
- 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 to allow no state to be selected.