Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is Property Read Only?
Message
 
To
28/01/2004 13:50:53
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00871526
Message ID:
00871870
Views:
11
Terry,

>What looks wrong here??
>
>Private m_ReadOnly As Boolean = False
><Browsable(True), Description("Sets read only behavior for Checkbox")>_
>Public Property IsReadOnly()
>     Get
>        Return m_ReadOnly
>     End Get
>     Set(ByVal Value)
>        m_ReadOnly = Value
>    End Set
>End Property
>
This may be the problem...you haven't specified the type of the property as shown here:
Public Property IsReadOnly() As Boolean
Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform