# 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'
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.