Icon in user control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dmitry Karneyev

    Icon in user control

    How to add an icon to a user control to display it in the "ToolBox" of the
    IDE ?


  • Dmitriy Lapshin [C# / .NET MVP]

    #2
    Re: Icon in user control

    Hi,

    Apply the ToolBoxBitmap attribute to the control class.

    --
    Dmitriy Lapshin [C# / .NET MVP]
    X-Unity Test Studio

    Bring the power of unit testing to VS .NET IDE

    "Dmitry Karneyev" <karneyev@msn.c om> wrote in message
    news:e5k4UP%23l DHA.424@TK2MSFT NGP10.phx.gbl.. .[color=blue]
    > How to add an icon to a user control to display it in the "ToolBox" of the
    > IDE ?
    >
    >[/color]

    Comment

    • Dmitry Karneyev

      #3
      Re: Icon in user control

      Spasibo!

      "Dmitriy Lapshin [C# / .NET MVP]" <x-code@no-spam-please.hotpop.c om>
      ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
      news:esJIYS%23l DHA.1948@TK2MSF TNGP12.phx.gbl. ..[color=blue]
      > Hi,
      >
      > Apply the ToolBoxBitmap attribute to the control class.
      >
      > --
      > Dmitriy Lapshin [C# / .NET MVP]
      > X-Unity Test Studio
      > http://x-unity.miik.com.ua/teststudio.aspx
      > Bring the power of unit testing to VS .NET IDE
      >
      > "Dmitry Karneyev" <karneyev@msn.c om> wrote in message
      > news:e5k4UP%23l DHA.424@TK2MSFT NGP10.phx.gbl.. .[color=green]
      > > How to add an icon to a user control to display it in the "ToolBox" of[/color][/color]
      the[color=blue][color=green]
      > > IDE ?
      > >
      > >[/color]
      >[/color]


      Comment

      Working...