Public Member Functions | |
| HRESULT | OnClose ([in] BOOL isMainWindow) |
| HRESULT | OnMenuItemClicked ([in] LONG menuIndex,[in] LONG menuItemId) |
| HRESULT | OnToolbarButtonClicked ([in] LONG toolbarId,[in] LONG buttonId) |
| HRESULT OEAPI::IOEMsgWndEvents::OnClose | ( | [in] BOOL | isMainWindow | ) |
Only in Enterprise Edition.
Event triggered when a message window is closed.
If the message window is of style OE_MSG_DETAIL_WND or OE_MSG_SEND_WND, the
window is not destroyed until this event is processed.
If isMainWindow is TRUE the object doesn't exist when the event is triggered.
If isMainWindow is FALSE the object will leave until all clients return.
| HRESULT OEAPI::IOEMsgWndEvents::OnMenuItemClicked | ( | [in] LONG | menuIndex, | |
| [in] LONG | menuItemId | |||
| ) |
Event triggered when a menu item is clicked.
| HRESULT OEAPI::IOEMsgWndEvents::OnToolbarButtonClicked | ( | [in] LONG | toolbarId, | |
| [in] LONG | buttonId | |||
| ) |
Event triggered when a toolbar button is clicked.
Developed by Nektra