c# - Working with enumerations marked with Flag Attribute in the PropertyGrid -


i have enumeration marked flag attribute. how can establish convenient editing property type of enumeration in propertygrid? should able set such values enumvalue1 | enumvalue2. also, customized strings enum values should displayed in propertygrid.

inherits propertygrid & override methods...


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -