Provides additional data the FloatingUIContainerExporting event.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.Html
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class FloatingUIContainerExportingEventArgs : EventArgs
Inheritance: objectEventArgsFloatingUIContainerExportingEventArgs
Inherited Members
Constructors
Initializes a new instance of the FloatingUIContainerExportingEventArgs class.
public FloatingUIContainerExportingEventArgs(FloatingUIContainer floatingUIContainer, string commentContent, string htmlContent)
The floating UI container.
commentContentstringContent of the comment.
htmlContentstringContent of the HTML.
Properties
Gets or sets content of a comment to be used along with the container's content.
public string CommentContent { get; set; }
The content of the comment.
Gets the floating UI container.
public FloatingUIContainer FloatingUIContainer { get; }
The floating UI container.
Gets or sets the HTML representing the container.
public string HtmlContent { get; set; }
The HTML.
Gets or sets a value indicating whether the container should be skipped while exporting.
public bool SkipFromExport { get; set; }
true if the container should be skipped while exporting; otherwise, false.