RulerType Property (Read/Write) |
Top Previous Next |
Sets/gets the format style of the ruler. This ruler shows the cursor position.
Visual Basic Syntax
TNBEmulator.RulerType [= TTnbRulerType]
Delphi Syntax
TNBEmulator.RulerType [:= TTnbRulerType];
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 TTnbRulerType constants.
|