| ComputerDictionaries.org Computer terms spelled out... |
|
|
|
|
Dictionaries by Category
High-Tech News
|
| Definition Of: |
EM GETFIRSTVISIBLELINE
An application sends an EM_GETFIRSTVISIBLELINE message to determine the uppermost visible line in an edit control.
EM_GETFIRSTVISIBLELINE wParam = 0; // not used; must be zero lParam = 0; // not used; must be zero
Parameters
This message has no parameters.
Return Values
The return value is the zero-based index of the uppermost visible line in a multiline edit control. For single-line edit controls, the return value is the zero-based index of the first visible character.
|
| |
Win32 API Glossary INDEX:
List of Terms: Terms beginning with "A", Page 1 |
|
1 2 3 4 5 6 7 8 A: Page 1 of 8.
|
|
|
|
|
| Copyright 2008, ComputerDictionaries.org. All rights reserved. |
|
|