CanEasy COM-Help
|
Events provided by a CanEasyItem
Definition at line 6660 of file cand_tlb.idl.
HRESULT CanEasy::_ICanEasyItemComEvents::IsSetTextAllowed | ( | [in] IBoolValue * | pAllow | ) |
Called when user wants to change the text
pAllow | Set to False to deny text change |
HRESULT CanEasy::_ICanEasyItemComEvents::IsSetTextAllowedSync | ( | [in] IBoolValue * | pAllow | ) |
Called when user wants to change the text for main thread
pAllow | Set to False to deny text change |
HRESULT CanEasy::_ICanEasyItemComEvents::OnDoubleClick | ( | ) |
Called on mouse double click
HRESULT CanEasy::_ICanEasyItemComEvents::OnDoubleClickSync | ( | ) |
Called on mouse double click (from main thread)
HRESULT CanEasy::_ICanEasyItemComEvents::OnExtendChildMenu | ( | [in] IMenu * | pMenu, |
[in] ICanEasyItemCom * | pItem | ||
) |
Allows extending the context menu of children
HRESULT CanEasy::_ICanEasyItemComEvents::OnExtendChildMenuSync | ( | [in] IMenu * | pMenu, |
[in] ICanEasyItemCom * | pItem | ||
) |
Allows extending the context menu of children (from main thread)
HRESULT CanEasy::_ICanEasyItemComEvents::OnFillMenu | ( | [in] IMenu * | pMenu | ) |
Called when context menu is shown
HRESULT CanEasy::_ICanEasyItemComEvents::OnFillMenuSync | ( | [in] IMenu * | pMenu | ) |
Called when context menu is shown (from main thread)
HRESULT CanEasy::_ICanEasyItemComEvents::OnKeyDown | ( | long | lKey | ) |
Called on key down
HRESULT CanEasy::_ICanEasyItemComEvents::OnKeyDownSync | ( | long | lCommand | ) |
Called on key down (from main thread)
HRESULT CanEasy::_ICanEasyItemComEvents::OnMenuCommand | ( | long | lCommand | ) |
Called when context menu item was selected
HRESULT CanEasy::_ICanEasyItemComEvents::OnMenuCommandSync | ( | long | lCommand | ) |
Called when context menu item was selected (from main thread)
HRESULT CanEasy::_ICanEasyItemComEvents::OnPreChildMenuCommand | ( | long | lCommand, |
[in] ICanEasyItemCom * | pItem | ||
) |
Allows overwriting the open menu from children
HRESULT CanEasy::_ICanEasyItemComEvents::OnPreChildMenuCommandSync | ( | long | lCommand, |
[in] ICanEasyItemCom * | pItem | ||
) |
Allows overwriting the open menu from children (from main thread)
HRESULT CanEasy::_ICanEasyItemComEvents::OnTextChanged | ( | ) |
Called when text has changed
HRESULT CanEasy::_ICanEasyItemComEvents::OnTextChangedSync | ( | ) |
Called when context menu is shown (from main thread)