Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Control.IsDisposed not exist

Status
Not open for further replies.

Korach

Programmer
Jun 2, 2003
303
IL
Hi everyone,

I tried to use the property Form.IsDisposed that it inherits from Control class.

According to msdn help there is such a property, look in:

If you write something like:
Code:
Dim a As Boolean = Button1.IsDisposed()
You won't get any build error.

But if you will look for this property in the dropdown list that opened automatically when you type "Button1." you won't find it there! (and a lot of properties too).

In C# you see it...

Is this a promotion for C# above VB or someone has another idea?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top