DataPA Enterprise Dashboard Controls API Reference
Populates a combo-box with the list of available DateTimeFilterValues.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public void PopulateComboBox(
KryptonComboBox ComboBox
) |
Visual Basic |
---|
Public Sub PopulateComboBox (
ComboBox As KryptonComboBox
) |
Visual C++ |
---|
public:
virtual void PopulateComboBox(
KryptonComboBox^ ComboBox
) sealed |
Parameters
- ComboBox
- Type: KryptonComboBox
The combo-box to be populated with the list of available DateTimeFilterValues.
Remarks
See Also