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

Click here to load this message in the networking platform