Méthode | Description | |
---|---|---|
GetSampleCsDragData ( |
Extract SampleCsDragDropData from DataObject
|
|
OnDropOnLayerListCtrl ( IWin32Window layerListCtrl, int layerIndex, |
This method is called when the drag and drop operation is completed and the item being dragged was dropped on the Rhino layer list control.
|
|
OnDropOnObject ( IRhinoObjRef objRef, MRhinoView rhinoView, |
This method is called when the drag and drop operation is completed and the item being dragged was dropped on a valid, top level Rhino object.
|
|
OnDropOnRhinoView ( MRhinoView rhinoView, |
This method is called when the drag and drop operation is completed and the item being dragged was dropped on a Rhino view and did not land on a selectable object.
|
|
SupportDataObject ( |
The first plug-in that returns true will get control of the drag and drop operation. You should check to see if your data is included in the specified DataObject and only return true if it is.
|
public GetSampleCsDragData ( |
||
data | ||
Résultat |
public OnDropOnLayerListCtrl ( IWin32Window layerListCtrl, int layerIndex, |
||
layerListCtrl | IWin32Window | |
layerIndex | int | |
data | ||
dropEffect | DragDropEffects | |
point | Point | |
Résultat | bool |
public OnDropOnObject ( IRhinoObjRef objRef, MRhinoView rhinoView, |
||
objRef | IRhinoObjRef | |
rhinoView | MRhinoView | |
data | ||
dropEffect | DragDropEffects | |
point | Point | |
Résultat | bool |
public OnDropOnRhinoView ( MRhinoView rhinoView, |
||
rhinoView | MRhinoView | |
data | ||
effect | DragDropEffects | |
point | Point | |
Résultat | bool |
public SupportDataObject ( |
||
data | ||
Résultat | bool |