Get a value indicates whether inner iframe of a C1Window object holding an external page is shown.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

JavaScript
function get_isInnerFrameShown();

Remarks

If C1Window is showing the content of inner iframe instead of content template, this property returns true.

See Also