#include <commctrl.h>
#include <windowsx.h>
#include "MyControl.h"
Aller au code source de ce fichier.
Composants | |
class | CMyTree |
Définitions des macros | |
#define | AFX_MYTREE_H__4251C668_CB43_489B_86C7_94BFBB962EE8__INCLUDED_ |
Définitions des types | |
typedef enum _ENotifyTree | ENotifyTree |
Énumérations | |
enum | _ENotifyTree { TreeNothing, TreeSelChanging, TreeSelChanged, TreeItemExpanding, TreeClick, TreeSetCursor, TreeSetCursorOnIcon, TreeBeginLabelEdit, TreeBeginRDrag, TreeDeleteItem, TreeEndLabelEdit, TreeGetDispInfo, TreeGetInfoTip, TreeItemExpanded, TreeCustomDraw, TreeDblClk, TreeKillFocus, TreeRClick, TreeReturn, TreeSetFocus, TreeKeyDown, TreeSetDispInfo, TreeSingleExpand } |
Fonctions | |
BOOL | TreeView_SetCheckState2 (HWND hwndTreeView, HTREEITEM hItem, BOOL fCheck) |
BOOL | TreeView_GetCheckState2 (HWND hwndTreeView, HTREEITEM hItem) |
void | TreeView_ExpandAll (HWND hTree, HTREEITEM hFirstTree, BOOL expand) |
BOOL | TreeView_InitCheck (HWND hWndTree, DWORD idCheckOff, DWORD idCheckOn, DWORD idCheckOther, int dx, int dy) |
|
|
|
|
|
|
|
|
|
|
|
|
|