Difference between revisions of "BBCodeLabel"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 120: | Line 120: | ||
===TextAlign=== | ===TextAlign=== | ||
− | The following class constants are to be used to specify the Text vertical alignment. | + | The following class constants are to be used to specify the [[BBCodeLabel.Text|Text]] vertical alignment. |
{| class="genericTable" | {| class="genericTable" |
Revision as of 18:04, 3 August 2013
Extension of the Label control of REALbasic, this control enables formatting the text with BBCode tags.
Events |
DrawBackGround |
DrawForeGround |
MouseDown |
Open |
Refreshed |
Resized |
Methods |
RealText |
Shared Methods |
Register |
Class Constants
TextAlign
The following class constants are to be used to specify the Text horizontal alignment.
Class Constant | Value |
---|---|
AlignLeft | 0 |
AlignCenter | 1 |
AlignRight | 2 |
AlignJustified | 3 |
TextAlign
The following class constants are to be used to specify the Text vertical alignment.
Class Constant | Value |
---|---|
AlignTop | 0 |
AlignMiddle | 1 |
AlignBottom | 2 |
About
BBCodeLabel by Jérémie Leroy Version 1.0 Released 16 March 2009
All code is copyrighted to Jérémie Leroy.