NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISelectionUIService.Dragging

This can be used to determine if the user is in the middle of a drag operation.

[Visual Basic]
ReadOnly Property Dragging As Boolean
[C#]
bool Dragging {get;}
[C++]
bool get_Dragging() = 0;
[JScript]
abstract function get Dragging() : Boolean;

Property Value

true if the user is currently dragging components around.

See Also

ISelectionUIService Interface | ISelectionUIService Members | System.WinForms.Design Namespace