Share via


DraggableUI.DragTarget Property

Gets the target to drag the user interface (UI) to.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Styles
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As DraggableUI
Dim value As IHostedApplication

value = instance.DragTarget

Syntax

'Declaration
ReadOnly Property DragTarget As IHostedApplication
IHostedApplication DragTarget { get; }
property IHostedApplication^ DragTarget {
    IHostedApplication^ get ();
}
/** @property */
IHostedApplication get_DragTarget ()
function get DragTarget () : IHostedApplication

Property Value

Type:IHostedApplication.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

DraggableUI Interface
DraggableUI Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Styles Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.