ClassFloatingUIContainerExportingEventArgs
Provides additional data the FloatingUIContainerExporting event.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class FloatingUIContainerExportingEventArgs : EventArgs
Inheritance: objectEventArgsFloatingUIContainerExportingEventArgs
Inherited Members
Constructors
FloatingUIContainerExportingEventArgs(FloatingUIContainer, string, string)
Initializes a new instance of the FloatingUIContainerExportingEventArgs class.
Declaration
public FloatingUIContainerExportingEventArgs(FloatingUIContainer floatingUIContainer, string commentContent, string htmlContent)
Parameters
floatingUIContainer
The floating UI container.
commentContent
Content of the comment.
htmlContent
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
The content of the comment.
FloatingUIContainer
Gets the floating UI container.
Declaration
public FloatingUIContainer FloatingUIContainer { get; }
Property Value
The floating UI container.
HtmlContent
Gets or sets the HTML representing the container.
Declaration
public string HtmlContent { get; set; }
Property Value
The HTML.
SkipFromExport
Gets or sets a value indicating whether the container should be skipped while exporting.
Declaration
public bool SkipFromExport { get; set; }
Property Value
true if the container should be skipped while exporting; otherwise, false.