Class ContentBox
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
UIObjectInner Object.
Properties
Inner
Gets or sets the object which will be added to the ContentBox.
public UIObject Inner { get; set; }
Property Value
Methods
HtmlBody()
Returns the ContentBox Body.
protected override string HtmlBody()
Returns
- string
ContentBox Body as string.