====== onUICreate ====== Event of [[:scripting:api:uievents:start|IUIEvents]] ===== Description ===== Called when it is safe to create an additional UI ===== Syntax ===== ==== JavaScript ==== Appplication.onUICreate = function() { }; ==== Visual Basic Script ==== function onUICreate() { } Appplication.onUICreate = onUICreate ==== C++ ==== HRESULT CUIEvents::onUICreate() { } ===== See Also ===== [[:scripting:api:uievents:start|IUIEvents]] ~~NOTOC~~