StyleGrid REALbasic Plugin |
|
ColumnAlignment Module
This module defines constants for column alignment in the Einhugur Grid controls.
NoteThis module is defined in the TypeLib plugin.
Constants
Left = 0 | The text gets left aligned. |
Center = 1 | The text gets centered. |
Right = -1 | The text gets right aligned. |
Truncate = 10 | The text gets left aligned and truncated. |