프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|