C# 클래스 Nexus.UI.Controls.FormattedLabel

A label that allows use of HTML, BBCode, or RTF to format the text.
상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

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