Interface for Dropdown Owner. More...
#include <SDropDown.h>
Public Member Functions | |
virtual SWindow * | GetDropDownOwner ()=0 |
Get the dropdown owner window. | |
virtual void | OnCreateDropDown (SDropDownWnd *pDropDown)=0 |
Notify that the dropdown window has been created. | |
virtual void | OnDestroyDropDown (SDropDownWnd *pDropDown)=0 |
Notify that the dropdown window is being destroyed. | |
Interface for Dropdown Owner.
This interface defines the methods that a dropdown owner must implement.
Definition at line 15 of file SDropDown.h.
|
pure virtual |
Get the dropdown owner window.
Implemented in SDateTimePicker.
|
pure virtual |
Notify that the dropdown window has been created.
pDropDown | Pointer to the dropdown window |
Implemented in SComboBox, SComboView, and SDateTimePicker.
|
pure virtual |
Notify that the dropdown window is being destroyed.
pDropDown | Pointer to the dropdown window |
Implemented in SComboBox, SComboView, and SDateTimePicker.