ClassFloatingUIContainer
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
FloatingUIContainer()
Initializes a new instance of the FloatingUIContainer class.
Declaration
public FloatingUIContainer()
FloatingUIContainer(FloatingUIContainer)
Initializes a new instance of the FloatingUIContainer class.
Declaration
public FloatingUIContainer(FloatingUIContainer other)
Parameters
other
An object which will be used to copy its properties to the new instance.
FloatingUIContainer(UIElement, Size)
Initializes a new instance of the FloatingUIContainer class.
Properties
IsCopyable
Gets a value indicating whether this instance is copyable.
Declaration
public override bool IsCopyable { get; }
Property Value
true if this instance is copyable; otherwise, false.
Overrides
UIContainer
Declaration
public InlineUIContainer UIContainer { get; set; }
Property Value
Methods
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides