Contents Index Topic Contents | ||
Previous Topic: FlatSB_ShowScrollBar Next Topic: Header Controls |
UninitializeFlatSB
HRESULT UninitializeFlatSB( HWND hwnd );Uninitializes flat scroll bars for a particular window. The specified window will revert to having standard scroll bars.
- Returns one of the following values:
E_FAIL One of the window's scroll bars is currently in use. The operation cannot be completed at this time. S_FALSE The window doesn't have flat scroll bars initialized. S_OK The operation was successful.
- hwnd
- Handle to the window with the flat scroll bars that will be uninitialized.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.