Class ComplexBox
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
COL_SPAN
Number of COL_SPAN used to render the box.
protected const int COL_SPAN = 3
Field Value
Properties
AddToTitle
Add a UIObject to the title.
public UIObject AddToTitle { get; set; }
Property Value
BottomBorder
Enable or Disable the Box Bottom Border.
public bool BottomBorder { get; set; }
Property Value
Title
Title to show above the EntryGroup when displayed in view or edit mode.
public string Title { get; set; }
Property Value
TitleURL
Gets or sets the Title URL link.
public string TitleURL { get; set; }
Property Value
TopBorder
Enable or Disable the Box Top Border.
public bool TopBorder { get; set; }