Re: myControl.Hide vs myControl.visible=false
- From: "Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_MVP@xxxxxxx>
- Date: Mon, 1 Aug 2005 08:58:46 -0500
John,
The documentation for Control.Hide states "Hiding the control is equivalent
to setting the Visible property to false", while Control.Show states
"Showing the control is equivalent to setting the Visible property to true".
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformscontrolclasshidetopic.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformscontrolclassshowtopic.asp
I don't see where any more "evidence" is needed! ;-) Although as Herfried
suggests, you could use ILDASM or Reflector to see specifically what the
above remarks mean...
Hope this helps
Jay
"johnb41" <orders@xxxxxxxxxxxxxx> wrote in message
news:1122645120.596220.192490@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
| Thanks Herfried. I had a hunch that was the case, but found no
| evidense when googleing it.
|
| John
|
.
- Prev by Date: Change cursor in a Class Library
- Next by Date: Re: Cannot write text to the file located in IIS' wwwroot director
- Previous by thread: Change cursor in a Class Library
- Next by thread: RegExp: Using groups to solve 1-n / "belongs to"-challenge
- Index(es):
Relevant Pages
|