Class DraggableLayoutControlOverlayElement
An element which hosts DraggableLayoutControlItem. The main element of LayoutControlDraggableOverlay. Also used as a child in DraggableLayoutControlItem when the represented item is LayoutControlGroupItem.
Inheritance
System.Object
DraggableLayoutControlOverlayElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DraggableLayoutControlOverlayElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
DraggableLayoutControlOverlayElement()
Declaration
public DraggableLayoutControlOverlayElement()
Properties
Items
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
ProcessDragOver(Point, ISupportDrag)
Declaration
protected override bool ProcessDragOver(Point mousePosition, ISupportDrag dragObject)
Parameters
System.Drawing.Point
mousePosition
|
ISupportDrag
dragObject
|
Returns
System.Boolean
|