Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
HtmlLabel ( ) : System |
The default constructor.
|
Метод | Описание | |
---|---|---|
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 |
Результат | void |
protected OnSizeChanged ( |
||
e | A |
|
Результат | void |
protected SetScrollbarVisibility ( ) : void | ||
Результат | void |