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