"Jeff" <Jeff@discussions.microsoft.com> schrieb:
> Windows.Forms application with .NET 2.0.
>
[quoted text clipped - 4 lines]
>
> How might I disable user interaction with this control?
You may want to try to place the control inside a panel and disable the
panel (untested!).

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Jeff - 21 Jun 2007 23:08 GMT
That did it! Thanks.
> "Jeff" <Jeff@discussions.microsoft.com> schrieb:
> > Windows.Forms application with .NET 2.0.
[quoted text clipped - 8 lines]
> You may want to try to place the control inside a panel and disable the
> panel (untested!).