Searched refs:GetFocusedItem (Results 1 – 4 of 4) sorted by relevance
51 FWL_HLISTITEM GetFocusedItem();
61 int GetFocusedItem() const { return GetNextItem(-1, LVNI_FOCUSED); } in GetFocusedItem() function
426 FWL_HLISTITEM CFWL_ListBoxImp::GetFocusedItem() { in GetFocusedItem() function in CFWL_ListBoxImp443 FWL_HLISTITEM hFocus = GetFocusedItem(); in SetFocusItem()1136 FWL_HLISTITEM hItem = m_pOwner->GetFocusedItem(); in OnKeyDown()
662 _list.EnsureVisible(_list.GetFocusedItem(), false); in Reload()