Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>getcarety()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GetCaretY()
Get the y-position of the caret
------------------------------------------------------------------------------

Syntax
GetCaretY()   -->   nY

Arguments
None.

Returns
An integer representing the current y co-ordinate of the
caret's position.

Description
This function returns the caret's y-position, relative to the
window containing the caret (normally the application's top-
level window).

Example
// Move the caret down
SetCaretPos( GetCaretX(), GetCaretY() + 1 )


See Also: GetCaretX() HideCaret() SetCaretPos() ShowCaret()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson