Class InlineUIContainerImportedEventArgs
Provides additional data for the Inline
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders.Html
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InlineUIContainerImportedEventArgs : EventArgs
Constructors
InlineUIContainerImportedEventArgs(String, String, InlineUIContainer)
Initializes a new instance of the Inline
Declaration
public InlineUIContainerImportedEventArgs(string commentContent, string htmlContent, InlineUIContainer inlineUIContainer)
Parameters
System. Content of the comment. |
System. Content of the HTML. |
Inline The inline UI container. |
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. |
HtmlContent
Gets the HTML representing the container.
Declaration
public string HtmlContent { get; }
Property Value
System. The HTML. |
InlineUIContainer
Gets the Inline
Declaration
public InlineUIContainer InlineUIContainer { get; }
Property Value
Inline The inline UI container. |