ControlHeader.DragTarget Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get or sets the target application.
public:
property Microsoft::Uii::Csr::IHostedApplication ^ DragTarget { Microsoft::Uii::Csr::IHostedApplication ^ get(); void set(Microsoft::Uii::Csr::IHostedApplication ^ value); };
public Microsoft.Uii.Csr.IHostedApplication DragTarget { get; set; }
member this.DragTarget : Microsoft.Uii.Csr.IHostedApplication with get, set
Public Property DragTarget As IHostedApplication