Difference between revisions of "WebControl.Hidden"
From Xojo Documentation
(added hidden) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{EventBox | {{EventBox | ||
| name = Hidden | | name = Hidden | ||
− | | | + | | owner = [[WebControl]] |
| scope = public | | scope = public | ||
− | |||
| newinversion = 2010r4 | | newinversion = 2010r4 | ||
}} | }} | ||
+ | {{Description | ||
+ | |text = The control is about to be hidden because the browser is about to show another page. }} | ||
− | The | + | == Notes == |
+ | The event is similar to the [[Window.Deactivate]] event in a desktop app. |
Latest revision as of 17:53, 18 December 2012
Event
The control is about to be hidden because the browser is about to show another page.
Notes
The event is similar to the Window.Deactivate event in a desktop app.