Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingManager Class / QueryEnabledAnchors Event

In This Topic
    QueryEnabledAnchors Event
    In This Topic
    Occurs during a docking operation and enables the source to determine docking anchors that should be disabled.
    Syntax
    'Declaration
     
    
    Public Event QueryEnabledAnchors As DockingAnchorsEventHandler
    public event DockingAnchorsEventHandler QueryEnabledAnchors
    Event Data

    The event handler receives an argument of type DockingAnchorsEventArgs containing data related to this event. The following DockingAnchorsEventArgs properties provide information specific to this event.

    PropertyDescription
    Get or sets allowed anchors.  
    Returns a C1CommandDock that is under the cursor.  
    Returns a C1DockingTab that is under the cursor.  
    Gets the screen point.  
    Gets source docking tab.  
    Gets source docking tab page.  
    See Also