Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== onFocusSet ====== Event of [[:scripting:api:frame-events:start|IFrameEvents]] ===== Description ===== Called when focus set to a document ===== Parameters ===== * [[:scripting:api:text-view:start|ITextView]] **pView** ===== Syntax ===== ==== JavaScript ==== <code javascript> Appplication.onFocusSet = function() { }; </code>==== Visual Basic Script ==== <code vb> function onFocusSet() { } Appplication.onFocusSet = onFocusSet </code>==== C++ ==== <code cpp> HRESULT CFrameEvents::onFocusSet(ITextView* pView) { } </code>===== See Also ===== [[:scripting:api:frame-events:start|IFrameEvents]] ~~NOTOC~~