DragDropHelper Klasa
Definicja
Reprezentuje klasę pomocnika ułatwiającą przeciąganie i upuszczanie wewnątrz Projektant przepływu pracy systemu Windows.Represents a helper class to assist dragging and dropping inside the Windows Workflow Designer.
public ref class DragDropHelper abstract sealed
public static class DragDropHelper
type DragDropHelper = class
Public Class DragDropHelper
- Dziedziczenie
-
DragDropHelper
Uwagi
Ta klasa dzieli formaty kodowania używane w programie DataObject , który jest przesyłany ze źródła przeciągania do obiektu docelowego.This class abstracts the encoding formats used in the DataObject that is passed from the drag source to the target.
Pola
CompletedEffectsFormat |
Określa żądane efekty zakończenia operacji przeciągania i upuszczania.Specifies the desired effects of the completion of a drag-and-drop operation. |
CompositeViewFormat |
Zawiera unikatową nazwę formatu danych dla widoku złożonego.Contains a unique data format name for a composite view. |
DragAnchorPointFormat |
Określa format punktu zakotwiczenia operacji przeciągania.Specifies the format for a drag operation anchor point. |
DragSourceProperty |
Określa źródło przeciągania.Specifies the drag source. |
ModelItemDataFormat |
Określa format danych elementu modelu.Specifies the format for model item data. |
WorkflowItemTypeNameFormat |
Określa format nazwy typu elementu przepływu pracy.Specifies the format for the type name of a workflow item. |
Metody
AllowDrop(IDataObject, EditingContext, Type[]) |
Wskazuje, czy projektant może zaakceptować dane, które użytkownik przeciągnie na ten element.Indicates whether the designer can accept data that the user drags onto it. |
DoDragMove(WorkflowViewElement, Point) |
Nieaktualne.
Zezwala na przeciąganie elementu interfejsu użytkownika przez mysz z lewym przyciskiem myszy nad widocznym obszarem obszaru klienta elementu interfejsu użytkownika.Allows a UI element to be dragged by a mouse with its left button down over an exposed area of the UI element's client area. |
GetCompositeView(DragEventArgs) |
Nieaktualne.
Pobiera informacje o widoku złożonym z określonych argumentów przeciągnięcia zdarzenia.Retrieves the composite view information from the specified drag event arguments. |
GetCompositeView(WorkflowViewElement) |
Pobiera informacje o widoku złożonym z określonego elementu widoku przepływu pracy.Retrieves the composite view information from the specified workflow view element. |
GetDragDropAnchorPoint(DragEventArgs) |
Pobiera punkt zakotwiczenia dla operacji przeciągania i upuszczania.Retrieves the anchor point for a drag-and-drop operation. |
GetDragDropCompletedEffects(DataObject) |
Nieaktualne.
Zwraca wynik operacji przeciągania i upuszczania, której zachowanie jest określone przez określony DataObject .Returns the outcome of the drag-and-drop operation whose behavior is determined by the specified DataObject. |
GetDraggedModelItem(DragEventArgs) |
Nieaktualne.
Pobiera obiekt, który jest przeciągany w operacji przeciągania i upuszczania.Retrieves the object that is being dragged in a drag-and-drop operation. |
GetDraggedModelItems(DragEventArgs) |
Pobiera elementy modelu, które są przeciągane w operacji przeciągania i upuszczania.Retrieves the model items that are being dragged in a drag-and-drop operation. |
GetDroppedObject(DependencyObject, DragEventArgs, EditingContext) |
Nieaktualne.
Pobiera obiekt, który jest usuwany w operacji przeciągania i upuszczania.Retrieves the object that is being dropped in a drag-and-drop operation. |
GetDroppedObjects(DependencyObject, DragEventArgs, EditingContext) |
Pobiera obiekty, które są usuwane w operacji przeciągania i upuszczania.Retrieves the objects that are being dropped in a drag-and-drop operation. |
SetCompositeView(WorkflowViewElement, UIElement) |
Ustawia Widok złożony z określonego elementu widoku przepływu pracy i przeciągnij źródło.Sets the composite view from the specified workflow view element and drag source. |
SetDragDropCompletedEffects(DragEventArgs, DragDropEffects) |
Nieaktualne.
Ustawia efekt końcowy, który ma zostać wykonany podczas operacji przeciągania i upuszczania.Sets the final effect that is to be performed during the drag-and-drop operation. |