Event of IUIEvents
Called when it is safe to create an additional UI
Appplication.onUICreate = function() { };
==== Visual Basic Script ====
function onUICreate()
{
}
Appplication.onUICreate = onUICreate
==== C++ ====
HRESULT CUIEvents::onUICreate() { }
===== See Also ===== IUIEvents