This is namespace LibUIDK.
|
|
Name |
Description |
|
Provides the functionality of the WebBrowser control without the context of MFC's document/view architecture. | |
|
Provides the functionality of a Windows scroll-bar control. | |
|
Provides the functionality of Windows button controls. | |
|
Provides the functionality of a Windows combo box. | |
|
Provides the functionality of a Windows edit control. | |
|
Provides the functionality of the Windows common header control. | |
|
Provides the functionality of the Windows common hot key control. | |
|
Provides the functionality of the Windows common IP Address control. | |
|
Encapsulates the functionality of a "list control," which displays a collection of items each consisting of an icon (from an image list) and a label. | |
|
Provides the functionality of the Windows common progress bar control. | |
|
Provides the functionality of the Windows common spin button control. | |
|
Provides the functionality of a Windows static control. | |
|
Provides the functionality of the Windows common tree view control. | |
|
Provides the functionality of the Windows common slider control. | |
|
Provides the functionality of the Windows TreeList control. | |
|
Provides the functionality of the Windows TreeList parent control. | |
|
Provides the functionality of manager UI. | |
|
Provides the functionality of the Windows controls's parent. |
|
Name |
Description |
|
WM_DRAWITEMEX是一个自绘消息, 由自绘Button, Header, List, TreeList或Thumbnail控件在它们可视部分发生改变时, 发往它们的父窗口. 父窗口通过它自己的WindowProc函数收到此消息. | |
|
WPARAM: not used. LPARAM: handle of the child WM_ISCHILDMOVE消息是在LibUIDK移动控件前发往控件的父窗口的, 您可以处理此消息, 返回FALSE, 来告诉LibUIDK, 禁止移动特定的控件, 否则LibUIDK将按照它自己的规则来决定控制的位置. | |
|
WM_PARENTEVENT是控件发往父窗口的消息, WM_PARENTEVENT消息用于控件收到相应消息后, 把收到的消息作为参数, 转发给父窗口, 使父窗口有机会执行特定的功能. 根据控件类型的不同, 消息的参数也不同. |
|
Copyright (c) 2005-2008 iUIShop Technologies All rights reserved.
|