DWebBrowserEvents2.OnVisible(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when the IWebBrowser2::Visible property of the object is changed
public:
void OnVisible(bool Visible);
public void OnVisible (bool Visible);
abstract member OnVisible : bool -> unit
Public Sub OnVisible (Visible As Boolean)
Parameters
- Visible
- Boolean