N
Nice Chap
I have created a sub class from System.Windows.Forms.TextBox and added a
property which is an object ( name of the property is EditProperties).
Public Class EditPropertiesClass
Public Property SupportsInsert as boolean
Public Property SupportsUpdate as boolean
Public Property SupportsQuery as boolean
....and so on
End Class
When I click on the text box in VS.Net designer and then go to the property
window, it lists EditProperties but it is disabled, it does not provide +
that I can click on and get the inner properties of EditProperties. Is there
any attribute that I need to set to make Object properties editable from the
designer property window ? please...
property which is an object ( name of the property is EditProperties).
Public Class EditPropertiesClass
Public Property SupportsInsert as boolean
Public Property SupportsUpdate as boolean
Public Property SupportsQuery as boolean
....and so on
End Class
When I click on the text box in VS.Net designer and then go to the property
window, it lists EditProperties but it is disabled, it does not provide +
that I can click on and get the inner properties of EditProperties. Is there
any attribute that I need to set to make Object properties editable from the
designer property window ? please...