Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make the property changeble in the property windo
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01209831
Message ID:
01209883
Vues:
12
This message has been marked as the solution to the initial question of the thread.
>Can you be more explicit , give me some example that I can use.

VB is not my "native" language <s>, but here goes.
<System.ComponentModel.Category("Appearance")> 
<System.ComponentModel.DefaultValue(".t.")>
<System.Runtime.InteropServices.DispId(1)> 
Public Overridable Property Have_SD_rdb() As Boolean
        Get
            Return Me.rdbSDate.Visible ';
        End Get
        Set(ByVal value As Boolean)
                Me.rdbSDate.Visible = value ';
            End If
        End Set
End Property
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform