FloatingUIContainer
Class representing floating container that can hold UI elements.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class FloatingUIContainer : FloatingBlock, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseFloatingBlockFloatingUIContainer...
Implements:
Inherited Members
Constructors
Initializes a new instance of the FloatingUIContainer class.
public FloatingUIContainer()
Initializes a new instance of the FloatingUIContainer class.
public FloatingUIContainer(FloatingUIContainer other)
An object which will be used to copy its properties to the new instance.
Initializes a new instance of the FloatingUIContainer class.
Properties
Gets a value indicating whether this instance is copyable.
public override bool IsCopyable { get; }
true if this instance is copyable; otherwise, false.
Overrides:
public InlineUIContainer UIContainer { get; set; }
Methods
Creates a new instance of this element.
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides: