Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom Property accessibility in Property sheet
Message
From
19/11/2003 12:29:10
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Custom Property accessibility in Property sheet
Miscellaneous
Thread ID:
00851528
Message ID:
00851528
Views:
36
After adding a custom property to a UserControl how can this property value be changed in the property sheet when in WinForm design mode? The property shows up disabled in the property sheet.

Code which defines the property in the UserControl
Private mcText As String = "Place Filter Here"

    Public Property cText() As String
        Get
            Return mcText
        End Get
        Set(ByVal Value)
            mcText = Value
            FilterYes.Text = Value
        End Set
    End Property
Thanks

Glenn
Next
Reply
Map
View

Click here to load this message in the networking platform