Northwoods.GoSilverlight 1.1.3 Assembly
IsDropOntoAccepted Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : IsDropOntoAccepted Property

Gets or sets whether the mouse is over this part during a DraggingTool drag and Northwoods.GoXam.Tool.DraggingTool.DropOntoEnabled is true.

Syntax

Visual Basic (Declaration) 
Public Property IsDropOntoAccepted As Boolean
C# 
public bool IsDropOntoAccepted {get; set;}

See Also