'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. |
See Also