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.

转载于:https://www.cnblogs.com/spiritofcloud/p/3982641.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值