Greatly helped with my problem. Thank you very much!
On 28 Aug 2004 18:14:41 +0200,
hirf-spam-me-(E-Mail Removed) (Herfried K.
Wagner [MVP]) wrote:
>* Zyrthofar Blackcloak <(E-Mail Removed)> scripsit:
>> I have created a control with 3 properties (TextDiff, DarkColorDiff
>> and LightColorDiff). When I use that control in a program, I would
>> like those properties to show up in the property window with all the
>> other properties for that control.
>
>\\\
>Imports System.ComponentModel
>.
>.
>.
><Browsable()> _
>Public Property...
> ...
>End Property
>///