Hi,

Is there a way to tell designer to limit the possible user input for a particular property?
In my case I have a property which is an unsigned int (since it should never be negative), but I could not find a way to limit the input at design time to be > = 0.
So at the moment, when the user enters -1 designer crashes for an obvious reason.

Thanks in advance.