|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_window_icon_scope.h>
Public Methods | |
| window_icon_scope (HWND wnd, int iconId, HICON hicon) | |
| Toggles the window enable state. | |
| template<typename W> | window_icon_scope (W &wnd, int iconId, HICON hicon) |
| Toggles the window enable state. | |
| ~window_icon_scope () winstl_throw_0() | |
| Resets the enable status. | |
This class provides scoping of the enable status of a window via the API function EnableWindow()..
|
||||||||||||||||
|
Toggles the window enable state. Takes a HWND and changes it's current enable-status, which is set back to the original state in the destructor.
|
|
||||||||||||||||
|
Toggles the window enable state. Takes a HWND and changes it's current enable-status, which is set back to the original state in the destructor.
|
|
|
Resets the enable status.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |