|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Designtime support (Comment) to server controlI'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 <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 |
|||||||||||||||||||||||