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:
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?
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()
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?