# coding: utf-8 import arcpy import pythonaddins class ComboBoxClass1(object): """Implementation for Dropdown_addin.combobox (ComboBox)""" def __init__(self): self.value = "Hello" self.items = ["Hello", "Goodbye"] self.editable = True self.enabled = True self.dropdownWidth = 'WWWWWW' self.width = 'WWWWWW'
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.