C# Класс Nexus.UI.Controls.HtmlLabel

A label that allows use of HTML to format the text.
Наследование: System.Windows.Forms.WebBrowser
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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 ( EventArgs e ) : void

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.

Описание методов

HtmlLabel() публичный Метод

The default constructor.
public HtmlLabel ( ) : System
Результат System

OnNavigating() защищенный Метод

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.
protected OnNavigating ( System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void
e System.Windows.Forms.WebBrowserNavigatingEventArgs A describing the event arguments.
Результат void

OnSizeChanged() защищенный Метод

Raises the Control.SizeChanged event.
This enables or disabled the scroll bars as required.
protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs A describing the event arguments.
Результат void

SetScrollbarVisibility() защищенный Метод

This enables or disabled the scroll bars as required.
protected SetScrollbarVisibility ( ) : void
Результат void