onUICreate

Event of 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 ===== IUIEvents