ArcFM Engine Overview > ArcFM Engine Developer Samples > Combo Box Control: Map Scale |
Product Availability: ArcFM Engine
A combo box control provides a list of options in a combo box from which the user can choose. The code sample in this section provides a control that offers a list of map extents.
Combo box control
Developer Sample: Developer Samples\Custom Controls\C# - Custom Controls\Map Scale Combo Box
How to Implement:
How to Use:
Additional Information:
Requires:
All of the files shown below are required for the project to compile successfully. Download these files from the ArcFM Solution Resource Center here.
File
Description
ArcFMViewerEngineMapScaleComboBox.sln
C# solution containing the combo box control code sample for ArcFM Viewer for ArcGIS Engine
ArcFMViewerEngineMapScaleComboBox.csproj
C# project containing the code to generate a custom combo box control object
AssemblyInfo.cs
Class module to support the control
DevMapScaleCommand.cs
(view code)Class module that contains the combo box control code
The following reference files are required for the project to compile successfully.
Esri.ArcGIS.Carto
Esri.ArcGIS.Display
Esri.ArcGIS.System
Miner.Framework.Engine
Miner.Interop.Framework
Miner.System
Miner.Windows
Miner.Windows.ArcGIS
System
System.Windows.Forms