WebBrowserBase::OnVisibleChanged Method (EventArgs^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This member overrides Control::OnVisibleChanged.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnVisibleChanged(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

An EventArgs that contains the event data.

Exception Condition
TargetInvocationException

Unable to get the window handle for the ActiveX control. Windowless ActiveX controls are not supported.

.NET Framework
Available since 2.0
Return to top
Show: