Property | Type | Description |
---|
Method | Description | |
---|---|---|
HtmlLabel ( ) : System |
The default constructor.
|
Method | Description | |
---|---|---|
OnNavigating ( System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void |
Raises the WebBrowser.Navigating event. This cancels all navigation events that aren't caused by setting the Text property. If the navigation is caused by something other than setting the Text property, the new location is open in the default browser. |
|
OnSizeChanged ( |
Raises the Control.SizeChanged event. This enables or disabled the scroll bars as required. |
|
SetScrollbarVisibility ( ) : void |
This enables or disabled the scroll bars as required.
|
protected OnNavigating ( System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void | ||
e | System.Windows.Forms.WebBrowserNavigatingEventArgs | A |
return | void |
protected OnSizeChanged ( |
||
e | A |
|
return | void |