C# Class Nexus.UI.Controls.FormattedLabel

A label that allows use of HTML, BBCode, or RTF to format the text.
Inheritance: System.Windows.Forms.Control
Show file Open project: NexusMods/NexusModManager-4.5

Private Properties

Property Type Description
DetectFormattingMode void
InitializeHtmlLabel void
InitializeRtfLabel void
SwitchMode void
TranslateBBCodeToHtml string

Public Methods

Method Description
FormattedLabel ( ) : System

The default constructor.

Private Methods

Method Description
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.

Method Details

FormattedLabel() public method

The default constructor.
public FormattedLabel ( ) : System
return System