
Mapping BorderStyle property
I am creating an ActiveX control with 2 text boxes and a button. I want to
create 2 BorderStyle properties (say, Text1Border and Text2Border) that will
obviously map to the text boxes. But when I try to do this, the BorderStyle
properties that are created contain several values that are not compatible
with text boxes. How can I limit these properties to only contain "Fixed
Single" and "None"?
Thanks in advance.
Ian