I want the user of my control to be able to select the licensing method for the control. The choice comes from the enumeration, so they must choose one of the methods that I set out for them. This license must be selected before executing the code at runtime. Therefore, I want them to choose a value during development. In addition, I do not want this property to be writable at runtime if this can be avoided. Is there a way to make a property available only at design time?
source
share