msIsIndependentlyComposed method
Retrieves a Boolean value indicating whether the element is independently composed.
Syntax
var retVal = Console.msIsIndependentlyComposed(oElementNode);
Parameters
oElementNode [in]
Type: ObjectThe element to be checked for independent composition.
retVal [out, retval]
Type: boolean
Remarks
msIsIndependentlyComposed is only available in debug mode. For a Windows Store app using JavaScript, debug mode can be enabled via Microsoft Visual Studio. For Windows Internet Explorer, debug mode can be enabled via F12 Developer Tools.