'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.
Property | Description |
---|---|
Anchors | Get or sets allowed anchors. |
CommandDockUnderCursor | Returns a C1CommandDock that is under the cursor. |
DockingTabUnderCursor | Returns a C1DockingTab that is under the cursor. |
ScreenPoint | Gets the screen point. |
SourceDockingTab | Gets source docking tab. |
SourceDockingTabPage | 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