all groups > vb.net controls > october 2004 >
You're in the

vb.net controls

group:

Overrides BackgroundImage()


Overrides BackgroundImage() Tom S.
10/21/2004 10:17:06 AM
vb.net controls:
Hi All,

I am trying to create a User Control with no BackgroundImage property, so
that I override the property with Browsable is false as the followings:

<Browsable(False)> _
Public Overrides Property BackgroundImage() As Image
Get
End Get
Set(ByVal Value As Image)
End Set
End Property

Is it a correct way to do this?

Thanks in advance.

Tom S.

Re: Overrides BackgroundImage() Ernest Morariu
10/22/2004 11:06:04 AM
[quoted text, click to view]



ernest


[quoted text, click to view]

AddThis Social Bookmark Button