Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make the property changeble in the property window
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
How to make the property changeble in the property window
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:
01209831
Vues:
68
Please review the following code and let me know what is missing. I try to select the true option and is always False and bold in the property windows.
<System.ComponentModel.Category("Appearance")> <System.ComponentModel.DefaultValue(".t.")> <System.Runtime.InteropServices.DispId(1)> Public Overridable Property Have_SD_rdb() As Boolean
        Get

        End Get
        Set(ByVal value As Boolean)
            If value Then
                Me.rdbSDate.Visible = True
            Else
                Me.rdbSDate.Visible = False
            End If
        End Set
    End Property
Gregorio J. Placeres
IT Analyst
Uniform Accounting Network
Auditor of State of Ohio
88 East Broad Street
P.O. Box 1140
Columbus, Ohio 43216-1140

Tel. 614-728-4694

Gregorio_J@MSN.COM

http://www.gjpproductions.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform