Class FloatingUIContainerImportingEventArgs
Provides additional data for the Floating
Inheritance
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class FloatingUIContainerImportingEventArgs : EventArgs
Constructors
FloatingUIContainerImportingEventArgs(String, String, Paragraph)
Initializes a new instance of the Floating
Declaration
public FloatingUIContainerImportingEventArgs(string commentContent, string htmlContent, Paragraph targetParagraph)
Parameters
Properties
CommentContent
Gets the content of a comment that will be used along with the container's content.
Declaration
public string CommentContent { get; }
Property Value
System. The content of the comment. |
Handled
Gets a value indicating whether this Floating
Declaration
public bool Handled { get; }
Property Value
System.
|
HtmlContent
Gets the HTML representing the container.
Declaration
public string HtmlContent { get; }
Property Value
System. The HTML. |
TargetParagraph
Gets the Paragraph the container will be inserted into.
Declaration
public Paragraph TargetParagraph { get; }
Property Value
Paragraph
The target paragraph. |