Forcing marquee label to display code instead of designer.
authorsl
Tue, 05 Aug 2014 22:11:08 +0200
changeset 15452e5c0c98da
parent 14 d1fa9de444b0
child 16 985ca4b6e099
Forcing marquee label to display code instead of designer.
MarqueeLabel.cs
     1.1 --- a/MarqueeLabel.cs	Sat Jul 12 22:18:34 2014 +0200
     1.2 +++ b/MarqueeLabel.cs	Tue Aug 05 22:11:08 2014 +0200
     1.3 @@ -11,6 +11,7 @@
     1.4  
     1.5  namespace SharpDisplayManager
     1.6  {
     1.7 +    [System.ComponentModel.DesignerCategory("Code")]
     1.8      class MarqueeLabel : Label
     1.9      {
    1.10          private bool iOwnTimer;