ClassHtmlDefinitionList
Class
Test class for an HtmlDefinitionList element <dl /> .
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlDefinitionList : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDefinitionList
Inherited Members
Constructors
HtmlDefinitionList(Element)
Create a new test control
Declaration
cs-api-definition
public HtmlDefinitionList(Element e)
Parameters
e
The base element.
Properties
Descriptions
Gets an array of descriptions contained in this definition list
Declaration
cs-api-definition
public HtmlDefinitionDescription[] Descriptions { get; }
Property Value
Terms
Gets an array of terms contained in this definition list.
Declaration
cs-api-definition
public HtmlDefinitionTerm[] Terms { get; }
Property Value
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The base element.
Overrides