U_RESIZESB
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
xcall U_RESIZESB(scroll_id, new_length)
Arguments
scroll_id
The ID of a scroll bar window. (n)
new_length
The new length in characters for the scroll bar window. (n)
Discussion
U_RESIZESB changes the length of a scroll bar window. It changes the height of a vertical scroll bar, or it changes the width of a horizontal scroll bar.
Scroll_id must be a window ID returned by U_CREATESB.
See also
U_CREATESB routine for information on creating scroll bar windows