ComponentOne Menus and Toolbars for WinForms
QueryEnabledAnchors Event

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1DockingManager Class : QueryEnabledAnchors Event
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