Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make the property changeble in the property window
Message
General information
Forum:
ASP.NET
Category:
Forms
Title:
How to make the property changeble in the property window
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01209831
Message ID:
01209831
Views:
69
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
Next
Reply
Map
View

Click here to load this message in the networking platform