Imported Upstream version 9.20
[platform/upstream/7zip.git] / CPP / Windows / Control / Edit.h
1 // Windows/Control/Edit.h\r
2 \r
3 #ifndef __WINDOWS_CONTROL_EDIT_H\r
4 #define __WINDOWS_CONTROL_EDIT_H\r
5 \r
6 #include "Windows/Window.h"\r
7 \r
8 namespace NWindows {\r
9 namespace NControl {\r
10 \r
11 class CEdit: public CWindow\r
12 {\r
13 public:\r
14   void SetPasswordChar(WPARAM c) { SendMessage(EM_SETPASSWORDCHAR, c); }\r
15 };\r
16 \r
17 }}\r
18 \r
19 #endif\r