ReactOS 0.4.15-dev-7958-gcd0bb1a
_CHECKLISTWND Struct Reference
Collaboration diagram for _CHECKLISTWND:

Public Attributes

HWND hSelf
 
HWND hNotify
 
HFONT hFont
 
PCHECKITEM CheckItemListHead
 
UINT CheckItemCount
 
INT ItemHeight
 
PCHECKITEM FocusedCheckItem
 
UINT FocusedCheckItemBox
 
COLORREF TextColor [2]
 
INT CheckBoxLeft [2]
 
PCHECKITEM QuickSearchHitItem
 
WCHAR QuickSearchText [65]
 
UINT QuickSearchSetFocusDelay
 
UINT QuickSearchResetDelay
 
DWORD CaretWidth
 
DWORD UIState
 
UINT HasFocus: 1
 
UINT FocusedPushed: 1
 
UINT QuickSearchEnabled: 1
 
UINT ShowingCaret: 1
 

Detailed Description

Definition at line 59 of file checklist.c.

Member Data Documentation

◆ CaretWidth

DWORD _CHECKLISTWND::CaretWidth

Definition at line 81 of file checklist.c.

Referenced by CheckListWndProc().

◆ CheckBoxLeft

INT _CHECKLISTWND::CheckBoxLeft[2]

Definition at line 74 of file checklist.c.

Referenced by CheckListWndProc().

◆ CheckItemCount

UINT _CHECKLISTWND::CheckItemCount

Definition at line 66 of file checklist.c.

Referenced by CheckListWndProc().

◆ CheckItemListHead

PCHECKITEM _CHECKLISTWND::CheckItemListHead

Definition at line 65 of file checklist.c.

◆ FocusedCheckItem

PCHECKITEM _CHECKLISTWND::FocusedCheckItem

Definition at line 70 of file checklist.c.

Referenced by CheckListWndProc().

◆ FocusedCheckItemBox

UINT _CHECKLISTWND::FocusedCheckItemBox

Definition at line 71 of file checklist.c.

Referenced by CheckListWndProc().

◆ FocusedPushed

UINT _CHECKLISTWND::FocusedPushed

Definition at line 94 of file checklist.c.

Referenced by CheckListWndProc().

◆ HasFocus

UINT _CHECKLISTWND::HasFocus

Definition at line 93 of file checklist.c.

Referenced by CheckListWndProc().

◆ hFont

HFONT _CHECKLISTWND::hFont

Definition at line 63 of file checklist.c.

Referenced by CheckListWndProc().

◆ hNotify

HWND _CHECKLISTWND::hNotify

Definition at line 62 of file checklist.c.

Referenced by CheckListWndProc().

◆ hSelf

HWND _CHECKLISTWND::hSelf

Definition at line 61 of file checklist.c.

Referenced by CheckListWndProc().

◆ ItemHeight

INT _CHECKLISTWND::ItemHeight

Definition at line 68 of file checklist.c.

Referenced by CheckListWndProc().

◆ QuickSearchEnabled

UINT _CHECKLISTWND::QuickSearchEnabled

Definition at line 95 of file checklist.c.

Referenced by CheckListWndProc().

◆ QuickSearchHitItem

PCHECKITEM _CHECKLISTWND::QuickSearchHitItem

Definition at line 76 of file checklist.c.

Referenced by CheckListWndProc().

◆ QuickSearchResetDelay

UINT _CHECKLISTWND::QuickSearchResetDelay

Definition at line 79 of file checklist.c.

Referenced by CheckListWndProc().

◆ QuickSearchSetFocusDelay

UINT _CHECKLISTWND::QuickSearchSetFocusDelay

Definition at line 78 of file checklist.c.

Referenced by CheckListWndProc().

◆ QuickSearchText

WCHAR _CHECKLISTWND::QuickSearchText[65]

Definition at line 77 of file checklist.c.

◆ ShowingCaret

UINT _CHECKLISTWND::ShowingCaret

Definition at line 96 of file checklist.c.

Referenced by CheckListWndProc().

◆ TextColor

COLORREF _CHECKLISTWND::TextColor[2]

Definition at line 73 of file checklist.c.

Referenced by CheckListWndProc().

◆ UIState

DWORD _CHECKLISTWND::UIState

Definition at line 83 of file checklist.c.

Referenced by CheckListWndProc().


The documentation for this struct was generated from the following file: