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

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

Private Properties

Свойство Тип Описание
DetectFormattingMode void
InitializeHtmlLabel void
InitializeRtfLabel void
SwitchMode void
TranslateBBCodeToHtml string

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

Метод Описание
FormattedLabel ( ) : System

The default constructor.

Приватные методы

Метод Описание
DetectFormattingMode ( string p_strText ) : void
InitializeHtmlLabel ( ) : void

Initializes the label to use to display HTML.

InitializeRtfLabel ( ) : void

Initializes the label to use to display RTF and plain text.

SwitchMode ( ) : void

Switches display modes.

TranslateBBCodeToHtml ( string p_strText ) : string

Translates BBCode to HTML.

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

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

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