# 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'
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.