When true, this addon will be displayed in an html iframe.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property InFrame As Boolean
C#
public abstract bool InFrame { get; }
C++
public abstract property bool InFrame abstract  {
    bool get();
}
J#
/** property */
public bool get_InFrame();
JScript
public function get InFrame() : bool

See Also