C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / C1DockingManager Class / QueryEnabledAnchors Event

QueryEnabledAnchors Event (C1DockingManager)
Occurs during a docking operation and enables the source to determine docking anchors that should be disabled.
Syntax
'Declaration
 
Public Event QueryEnabledAnchors As DockingAnchorsEventHandler
 
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.  
Requirements

Target Platforms: 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