ClassRadEditorCommentsBox
The RadEditor RadEditorCommentsBox name.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadEditorCommentsBox : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadEditorCommentsBox
Inherited Members
Constructors
RadEditorCommentsBox()
Initializes a new instance of the RadEditor class.
Declaration
public RadEditorCommentsBox()
RadEditorCommentsBox(Element)
Initializes a new instance of the RadEditorCommentsBox class.
Declaration
public RadEditorCommentsBox(Element element)
Parameters
element
Properties
CommentsBoxText
Gets/Sets the RadEditor comments box text.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for RadEditorCommentsBox.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.