Class InlineUIContainerExportingEventArgs
Provides additional data the Inline
Inheritance
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class InlineUIContainerExportingEventArgs : EventArgs
Constructors
InlineUIContainerExportingEventArgs(InlineUIContainer, String, String)
Initializes a new instance of the Inline
Declaration
public InlineUIContainerExportingEventArgs(InlineUIContainer inlineUIContainer, string commentContent, string htmlContent)
Parameters
Inline The inline UI container. |
System. Content of the comment. |
System. Content of the HTML. |
Properties
CommentContent
Gets or sets content of a comment to be used along with the container's content.
Declaration
public string CommentContent { get; set; }
Property Value
System. The content of the comment. |
HtmlContent
Gets or sets the HTML representing the container.
Declaration
public string HtmlContent { get; set; }
Property Value
System. The HTML. |
InlineUIContainer
Gets the Inline
Declaration
public InlineUIContainer InlineUIContainer { get; }
Property Value
Inline The inline UI container. |
SkipFromExport
Gets or sets a value indicating whether the container should be skipped while exporting.
Declaration
public bool SkipFromExport { get; set; }
Property Value
System.
|