CGridListCtrlEx
Protected Member Functions | List of all members
CGridEditorComboBoxEdit Class Reference

CEdit inside CComboBox for inplace edit. For internal use by CGridColumnTraitCombo. More...

Inheritance diagram for CGridEditorComboBoxEdit:

Protected Member Functions

afx_msg void OnKillFocus (CWnd *pNewWnd)
 WM_KILLFOCUS message handler called when CEdit is loosing focus to other control. More...
 
 DECLARE_MESSAGE_MAP ()
 

Detailed Description

CEdit inside CComboBox for inplace edit. For internal use by CGridColumnTraitCombo.

Member Function Documentation

void CGridEditorComboBoxEdit::OnKillFocus ( CWnd *  pNewWnd)
protected

WM_KILLFOCUS message handler called when CEdit is loosing focus to other control.

Used register that cell value editor should close.

Parameters
pNewWndPointer to the window that receives the input focus (may be NULL or may be temporary).