|
Class Styles
The class styles define additional elements of the window class. Two or more
styles can be combined by using the bitwise OR (|) operator. To assign a style
to a window class, assign the style to the style member of the WNDCLASSEX structure. The class styles are as follows.
Style
| Action
| CS_BYTEALIGNCLIENT
| Aligns the window's client area on a byte boundary (in the x direction) to
enhance performance during drawing operations. This style affects the width of the
window and its horizontal placement on the display.
| CS_BYTEALIGNWINDOW
| Aligns the window on a byte boundary (in the x direction) to enhance
performance during operations that involve moving or sizing the window. This style
affects the width of the window and its horizontal placement on the display.
| CS_CLASSDC
| Allocates one device context to be shared by all windows in the class. For
more information about device contexts, see Class and Private Device Contexts and Device Contexts.
| CS_DBLCLKS
| Instructs Windows to send a double-click message to the window procedure when
the user double-clicks the mouse while the cursor is within a window belonging
to the class. For more information about double-clicks, see Mouse Input.
| CS_GLOBALCLASS
| Specifies that the window class is an application global class. For more
information, see Application Global Classes.
| CS_HREDRAW
| Specifies that the entire window is to be redrawn if a movement or size
adjustment changes the width of the client area.
| CS_NOCLOSE
| Disables the Close command on the System menu.
| CS_OWNDC
| Allocates a unique device context for each window in the class. For more
information about device contexts, see Class and Private Device Contexts and Device Contexts.
| CS_PARENTDC
| Sets the clipping rectangle of the child window to that of the parent window
so that the child can draw on the parent. A window with the CS_PARENTDC style
bit receives a regular device context from the system's cache of device contexts.
It does not give the child the parent's device context or device context
settings. Specifying CS_PARENTDC enhances an application's performance. For more
information about device contexts, see Class and Private Device Contexts and Device Contexts.
| CS_SAVEBITS
| Saves, as a bitmap, the portion of the screen image obscured by a window.
Windows uses the saved bitmap to re-create the screen image when the window is
removed. Windows displays the bitmap at its original location and does not send WM_PAINT messages to windows obscured by the window if other screen actions have not
invalidated the stored image. Use this style for small windows that are
displayed briefly and then removed before other screen activity takes place (for
example, menus or dialog boxes). This style increases the time required to display
the window, because the operating system must first allocate memory to store the
bitmap.
| CS_VREDRAW
| Specifies that the entire window is to be redrawn if a movement or size
adjustment changes the height of the client area.
|
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|