====== onPopupCreate ====== Event of [[:scripting:api:uievents:start|IUIEvents]] ===== Description ===== Called when toolbar popup window should created ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **sCommand** ==== Return Value ==== * [[scripting:api:data-type:ULONG|ULONG]] **ppPopup** ===== Syntax ===== ==== JavaScript ==== Appplication.onPopupCreate = function() { return ppPopup; }; ==== Visual Basic Script ==== function onPopupCreate() { return ppPopup } Appplication.onPopupCreate = onPopupCreate ==== C++ ==== HRESULT CUIEvents::onPopupCreate(BSTR sCommand, ULONG* ppPopup) { } ===== See Also ===== [[:scripting:api:uievents:start|IUIEvents]] ~~NOTOC~~