R
rbaut@ecs
Hey guys, is there a WinForms equivalent to this Java AWT method?
rbaut@ecs said:Hey guys, is there a WinForms equivalent to this Java AWT method?
I am not sure what exactly the method does, but maybe you are looking for
the control's or form's 'Visible' property:
\\\
If Me.Button1.Visible Then
...
End If
///