| Thread | Last Post | Replies |
|
| Font property default value | 09 May 2005 09:25 GMT | 4 |
Does anyone knows how to set a default for a font property ? I want my property to have the default (not bold) on Arial 8.0! Regular. How can I achieve that ? Thanks,
|
| Design time debugging, anyone ? | 06 May 2005 12:25 GMT | 4 |
My control is almost finished but its still doing weird things at design time. I've a designer on my control. My control contains a collection of subcontrols. When I add a child to the collection of my control, I can
|
| how to inherit LinkLabel control | 06 May 2005 07:14 GMT | 6 |
I'm trying to inherit/extend the standard LinkLabel control so I can add a couple of additional things to it... but, I can't get it to display on any forms. Do I need a custom designer? What am I missing? Here's my code... Public Class HoverLinkLabel
|
| Designer adds relations to custom datasets | 05 May 2005 12:39 GMT | 1 |
I have coded a class which inherits from DataSets and creates two datatables and a datarelation between them. My intention is to drag it to a form in order to bind the dataset to several controls.
|
| ExpandableObjectConverter with no string representation | 05 May 2005 01:46 GMT | 1 |
I'm new to the design time world, so please forgive me if this is a newbie question. My control has a property called Model that is a Component. I moved a bunch of functionality and properties from my control to the Model
|
| Collection of Collection control @ DESIGN TIME | 04 May 2005 18:21 GMT | 5 |
I'm building an extended treeview control starting from scratch. Works great so far, but I wanted to include some Rich Design Time features to it. This is what I have: A treeview that has a property called Nodes
|
| PropertyGrid Issue | 04 May 2005 03:04 GMT | 1 |
How to display few properties of the control eg. Name, Text, Visible and TabIndex? I am using PropertyGrid, which shows all public properties of the control. Kind Regards.
|
| IExtenderProvider and RecommendedAsConfigurableAttribute incompatible? | 03 May 2005 10:40 GMT | 1 |
I'm working on my IExtenderProvider - it adds a property which I expect to normally bind to the app.config file. I can't find how to add the RecommendedAsConfigurableAttribute to it. I tried adding it on the GetXXX method (where other attributes such as
|
| UserControl.Property cannot convert to target type... | 03 May 2005 06:40 GMT | 5 |
I have a composite UserControl with a public property with a return type of a custom enumerator. I want this to show up in the PropertyGrid during design-time... it will allow me to change the enumeration within the grid, but when I rebuild it defaults back to the first value in ...
|