This is probably a very simple question, but I can't seem to figure it out.
I'm trying to write a new component based upon TCustomMemo, but I want to limit the enumeration of certain properties to only selected values.
Specifically, in the Object Inspector, I want to be able to set:
property ScrollBars ONLY to ssNone, ssHorizontal, or ssAutoHorizontal
Is there a way to accomplish this? Do I need to somehow modify the ScrollBar property editor?
Thanks for any assistance you guys can provide.