The entry field control window procedure responds to this message by setting the text displayed in the edit control so that the first character displayed on the left of the window has the zero-based index specified by sOffset.

An EN_SCROLL notification message occurs, if the entry field control scrolls. This message returns FALSE if the edit control does not have the ES_AUTOSCROLL style or it is center of right justified.


[Back] [Next]