Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.04.10;
Скачать: CL | DM;

Вниз

ComboBox   Найти похожие ветки 

 
First_May ©   (2003-03-31 11:16) [0]

Здравствуйте! Как можно перехватить событие закрытия списка в ComboBox`е? Я нашел что SendMessage(ComboBox1.Handle, CB_SHOWDROPDOWN, 1, 0) - это открыть список, а SendMessage(ComboBox1.Handle, CB_SHOWDROPDOWN, 0, 0) - закрыть, вопрос в том, что после закрытия списка мне надо выполнить свои действия. На форме нет других компонент, поэтому потеря фокуса не подходит.


 
First_May ©   (2003-03-31 11:31) [1]

Я нашел, если кому то интересно, то:
if SendMessage(ComboBox1.Handle,CB_GETDROPPEDSTATE,0,0)=1
then Caption:="


 
Mike Kouzmine   (2003-03-31 11:52) [2]

Occurs when the drop-down list closes up due to some user action.

property OnCloseUp: TNotifyEvent;

Description

Write an OnCloseUp event handler to implement special processing that needs to occur when the drop-down list closes up. For example, an OnCloseUp event handler can check whether the user changed the selected item while the list was dropped down and respond accordingly.



Страницы: 1 вся ветка

Текущий архив: 2003.04.10;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.017 c
14-30514
VictorT
2003-03-14 13:27
2003.04.10
Сахаретки


1-30410
Demon_mhm
2003-03-30 17:13
2003.04.10
Как получить выделенный элемент в ListView?


3-30213
lejik
2003-03-21 08:05
2003.04.10
DBGrid со вставленными строками


4-30654
Manix
2003-02-11 17:27
2003.04.10
Как программно сделать нажатие кнопки мышы ?


14-30546
Oleg_Gashev
2003-03-23 23:08
2003.04.10
Frequently Unanswered Questions