Table of Contents

Class ComplexBox

Namespace
Sage.CRM.UI
Assembly
SageCRMNet.dll

Abstract class to represent a ComplexBox.

public abstract class ComplexBox : UIObject
Inheritance
ComplexBox
Derived
Inherited Members

Constructors

ComplexBox()

Initializes a new instance of ComplexBox.

public ComplexBox()

Fields

_inner

The ComplexBox Class accept only one inner object

protected UIObject _inner

Field Value

UIObject

COL_SPAN

Number of COL_SPAN used to render the box.

protected const int COL_SPAN = 3

Field Value

int

Properties

AddToTitle

Add a UIObject to the title.

public UIObject AddToTitle { get; set; }

Property Value

UIObject

BottomBorder

Enable or Disable the Box Bottom Border.

public bool BottomBorder { get; set; }

Property Value

bool

Title

Title to show above the EntryGroup when displayed in view or edit mode.

public string Title { get; set; }

Property Value

string

TitleURL

Gets or sets the Title URL link.

public string TitleURL { get; set; }

Property Value

string

TopBorder

Enable or Disable the Box Top Border.

public bool TopBorder { get; set; }

Property Value

bool