Expand Minimize
This topic has not yet been rated - Rate this topic

EM_SHOWSCROLLBAR message

Shows or hides one of the scroll bars in the host window of a rich edit control.

Parameters

wParam

Identifies which scroll bar to display: horizontal or vertical. This parameter must be SB_VERT or SB_HORZ.

lParam

Specifies whether to show the scroll bar or hide it. Specify TRUE to show the scroll bar and FALSE to hide it.

Return value

This message does not return a value.

Remarks

This method is only valid when the control is in-place active. Calls made while the control is inactive may fail.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Richedit.h

See also

Reference
EM_GETSCROLLPOS
EM_SETSCROLLPOS

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.