Table of Contents

Class ContentBox

Namespace
Sage.CRM.UI
Assembly
SageCRMNet.dll

Class to represent a ContentBox.

public class ContentBox : ComplexBox
Inheritance
ContentBox
Inherited Members

Constructors

ContentBox()

Initializes a new instance of ContentBox.

public ContentBox()

ContentBox(UIObject)

Initializes a new instance of ContentBox.

public ContentBox(UIObject inner)

Parameters

inner UIObject

Inner Object.

Properties

Inner

Gets or sets the object which will be added to the ContentBox.

public UIObject Inner { get; set; }

Property Value

UIObject

Methods

HtmlBody()

Returns the ContentBox Body.

protected override string HtmlBody()

Returns

string

ContentBox Body as string.