RulerType Property (Read/Write) |
Top Previous Next |
Sets/gets the format style of the ruler. This ruler shows the cursor position.
Visual Basic Syntax
TNBXEmulator.RulerType [= TxRulerType]
Delphi Syntax
TNBXEmulator.RulerType [:= TxRulerType];
Remarks
For example, ruCrosshair constant value will draw one vertical and one horizontal lines, and the intersection will be the cursor position.
Valid constant values are:
See Also CursorPos property and TxRulerType constants.
|