Class FloatingUIContainer
Class representing floating container that can hold UI elements.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class FloatingUIContainer : FloatingBlock, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
FloatingUIContainer()
Initializes a new instance of the FloatingUIContainer class.
Declaration
public FloatingUIContainer()
FloatingUIContainer(UIElement, Size)
Initializes a new instance of the FloatingUIContainer class.
Declaration
public FloatingUIContainer(UIElement uiElement, Size size)
Parameters
UIElement
uiElement
The UI element. |
Size
size
The size. |
FloatingUIContainer(FloatingUIContainer)
Initializes a new instance of the FloatingUIContainer class.
Declaration
public FloatingUIContainer(FloatingUIContainer other)
Parameters
FloatingUIContainer
other
An object which will be used to copy its properties to the new instance. |
Properties
IsCopyable
Gets a value indicating whether this instance is copyable.
Declaration
public override bool IsCopyable { get; }
Property Value
System.Boolean
|
Overrides
UIContainer
Methods
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
The new instance. |