Re: User Control - ListDictionary property



"Doug" <dnlwhite@xxxxxxxxxx> wrote in news:1115038097.606701.212890
@o13g2000cwo.googlegroups.com:
> I'm trying to create a user control that would have a ListDictionary
> property. When trying to use the property and set values for this
> collection, the dialog box that appears has everything disabled. I'm
> unsure of what I have to have set in code in order to enable this??

There is no designer for this class. You would need to write a designer.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
.



Relevant Pages

  • ASP.NET user control not displaying images
    ... I've created a simple table with text and images(gif, jpg) in a user control. ... Everything displays correctly in the designer. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • User Control and Namespace question
    ... Created a new Windows control library User control project. ... Can open file in designer and see user Control on which I can place other ... Visual Studio requires that designers use the first class in the ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Inherits broken in VB 2.0?
    ... When you create a user control, VS creates a .Designer file that contains ... In there it says that the class inherits ... > "Base class 'System.Windows.Forms.TabControl' specified for class ...
    (microsoft.public.dotnet.languages.vb)
  • RE: Unable to open XAML designer in VS2008 Professional Edition
    ... xaml files in the designer. ... My name is Hongye Sun and it is my pleasure to ... Is the user control opened with WPF designer? ...
    (microsoft.public.vsnet.general)
  • Re: User control with base class cannot be viewed in designer
    ... A further problem was that the base class is generic and the designer just craps out if the base class is generic. ... the other winform controls that are grouped into that user control. ... public partial class SomeCompositeControl: System.Windows.Forms.UserControl ...
    (microsoft.public.dotnet.framework.windowsforms)