Home All Groups Group Topic Archive Search About

Designtime support (Comment) to server control

Author
19 Mar 2006 10:31 PM
wapsiii
I'd like to add comment attributes to a custom server control (the
little help text/tooltip that appears for some server controls at the
bottom of the properties pane in vs)

How is this possible?

<HelpText...
Property x() as string
get...
set...
End Property

Author
20 Mar 2006 9:10 AM
Peter Macej
<System.ComponentModel.Description("My help text")> _
Property x() as string
  get...
  set...
End Property


--
Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
..NET and ASP .NET code