TXTextControl.ColumnLineColor Property | ||
| Description: | Returns or sets the color of a dividing line between two page columns, either for the whole document or for a certain section. The SectionCurrent property determines the part of the document. Text Control uses the Microsoft Windows operating enviroment red-green-blue (RGB) color scheme. | |
| Syntax: | TXTextControl.ColumnLineColor [= value]
| |
| Remarks: | The valid range for a RGB color is 0 to &HFFFFFF. The high byte of a number in this range equals 0; the lower 3 bytes, from least to most significant byte, determine the amount of red, green, and blue, respectively. The red, green, and blue components are each represented by a number between 0 and 255 (&HFF). The property returns &H80000000, if more than one section is specified through the SectionCurrent property and these sections have different line colors. | |
| Data Types: | Long. | |
| Limitations: | Run time only. | |
| Introduced: | 15.0 | |
| See also: | Sections and Pages. | |