Version

HighlightDropTarget Method

Highlights the drop target as apply DropTargetStyle to the AssociatedObject.
Syntax
'Declaration
 
Public Function HighlightDropTarget( _
   ByVal highlight As Boolean _
) As Boolean
public bool HighlightDropTarget( 
   bool highlight
)

Parameters

highlight
if set to true the specified style is set to the drop target element, otherwise the style is reverted to its original value.

Return Value

true when the drop target element can be highlighted.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also