Contents Index Topic Contents | ||
Previous Topic: SB_GETBORDERS Next Topic: SB_GETPARTS |
SB_GETICON
Retrieves the icon for a part in a status bar.
Syntax
SB_GETICON wParam = (WPARAM)(INT)iPart; lParam = 0;Parameters
- iPart
- Zero-based index of the part that contains the icon to be retrieved. If this parameter is -1, the status bar is assumed to be a Simple Mode status bar.
Return Values
Returns the handle to the icon if successful, or NULL otherwise.
Remarks
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.