When true, the system will assume the addon returns html that is inline, as opposed to block. This is used to vary the edit icon behaviour.


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

Syntax

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

See Also