Defines an interface that must be implemented by objects that can host dragged panes.
Подробнее...
Полный список членов класса
Открытые члены |
void | OnDragEnter (Point point) |
| Called by DragPaneService when user dragged pane enter this surface.
|
void | OnDragOver (Point point) |
| Called by DragPaneService when user dragged pane is over this surface.
|
void | OnDragLeave (Point point) |
| Called by DragPaneService when user dragged pane leave this surface.
|
bool | OnDrop (Point point) |
| Called by DragPaneService when user drops a pane to this surface.
|
Свойства |
bool | IsSurfaceVisible [get] |
| Gets a value indicating if this area is avilable for drop a dockable pane.
|
Rect | SurfaceRectangle [get] |
| Gets the sensible area for drop a pane.
|
Подробное описание
Defines an interface that must be implemented by objects that can host dragged panes.
Методы
void AvalonDock.IDropSurface.OnDragEnter |
( |
Point |
point |
) |
|
Called by DragPaneService when user dragged pane enter this surface.
- Аргументы:
-
| point | Location of the mouse |
void AvalonDock.IDropSurface.OnDragLeave |
( |
Point |
point |
) |
|
Called by DragPaneService when user dragged pane leave this surface.
- Аргументы:
-
| point | Location of the mouse |
void AvalonDock.IDropSurface.OnDragOver |
( |
Point |
point |
) |
|
Called by DragPaneService when user dragged pane is over this surface.
- Аргументы:
-
| point | Location of the mouse |
bool AvalonDock.IDropSurface.OnDrop |
( |
Point |
point |
) |
|
Called by DragPaneService when user drops a pane to this surface.
- Аргументы:
-
| point | Location of the mouse |
Полный список свойств
bool AvalonDock.IDropSurface.IsSurfaceVisible [get] |
Gets a value indicating if this area is avilable for drop a dockable pane.
Rect AvalonDock.IDropSurface.SurfaceRectangle [get] |
Gets the sensible area for drop a pane.