ClassHtmlDefinitionDescription
Class
Test class for an HtmlDefinitionDescription element <dd /> . This control is used by the HtmlDefinitionList control
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlDefinitionDescription : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDefinitionDescription
Inherited Members
Constructors
HtmlDefinitionDescription()
Create a new control.
Declaration
cs-api-definition
public HtmlDefinitionDescription()
HtmlDefinitionDescription(Element)
Create a new test control
Declaration
cs-api-definition
public HtmlDefinitionDescription(Element e)
Parameters
e
The base element.
Properties
Description
Gets the definition description.
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