Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Controls Namespace / OverlayWindowDropTargetType Enumeration


In This Topic
    OverlayWindowDropTargetType Enumeration
    In This Topic
    Indicates the type of the drop target.
    Syntax
    'Declaration
     
    Public Enum OverlayWindowDropTargetType 
       Inherits System.Enum
    'Usage
     
    Dim instance As OverlayWindowDropTargetType
    public enum OverlayWindowDropTargetType : System.Enum 
    Members
    MemberDescription
    AnchorablePaneDockBottomDrop target is below an anchorable pane.
    AnchorablePaneDockInsideDrop target is inside an anchorable pane.
    AnchorablePaneDockLeftDrop target is to the left of an anchorable pane.
    AnchorablePaneDockRightDrop target is to the right of an anchorable pane.
    AnchorablePaneDockTopDrop target is above an anchorable pane.
    DockingManagerDockBottomDrop target is at the bottom of the docking manager.
    DockingManagerDockLeftDrop target is on the left of the docking manager.
    DockingManagerDockRightDrop target is on the right of the docking manager.
    DockingManagerDockTopDrop target is at the top of the docking manager.
    DocumentPaneDockBottomDrop target is below a document pane.
    DocumentPaneDockInsideDrop target is inside a document pane.
    DocumentPaneDockLeftDrop target is to the left of a document pane.
    DocumentPaneDockRightDrop target is to the right of a document pane.
    DocumentPaneDockTopDrop target is above a document pane.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.AvalonDock.Controls.OverlayWindowDropTargetType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also