Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Complex control properties
Message
De
28/10/2009 11:29:36
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Complex control properties
Divers
Thread ID:
01431897
Message ID:
01431897
Vues:
90
Hi,
I wrote custom property for my control like

Control
_ myDatasource as MyCustomDataSoruceObject
__Database as String
__Tablename as string
__Fieldname as string

In Design time I work with control and set those properties . When I close form which contains my control - values goes to default values.

So far.. I understand - I have not code in the Designer.VB.. I check for some default complex control properties like Size or Point
Designer generate a code as Me.mycontrol.location = new System.Drawing.Point(112,36) - for example..
So
In my case it must be Me.mycontrol.mydatasource = New myCustomDataSourceObject("Databasevalue","TableValue","FIeldValue")

The question is.
How to generate this code in DesignTime - every time when user change values of my complex property?

Thanks
Denis
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform