Using Design-Time Attributes with CustomControls
am 03.01.2008 22:18:11 von Nathan SokalskiI have tried to add Design-Time Attributes to my controls, but they do not
seem to be making any difference. Here is an example:
Public Class Parameter : Inherits System.Web.UI.Control
End Class
When I drag it from the ToolBox, I still get the following:
I know that it is possible to specify what comes up when dragging from the
ToolBox, because many of the controls that come with ASP.NET include
different things (Image is self-closing, Panel includes Height & Width, and
other controls have stuff as well). Can somebody tell me what I'm doing
wrong here? Thanks.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/