Constructor.
Public Sub New( selection As SelectionSet, messageAndKeywords As string, globalKeywords As string, callback As DragCallback )
public PromptDragOptions( SelectionSet selection, string messageAndKeywords, string globalKeywords, DragCallback callback );
Parameters |
Description |
SelectionSet selection |
Input selection set |
string messageAndKeywords |
Input message and keywords |
string globalKeywords |
Input global keywords |
DragCallback callback |
Input drag callback |
Comments? |