IWebBrowser2.RegisterAsDropTarget Property
Gets or sets a value that indicates whether the object is registered as a drop target for navigation.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As IWebBrowser2
Dim value As Boolean
value = instance.RegisterAsDropTarget
instance.RegisterAsDropTarget = value
Syntax
'Declaration
<DispIdAttribute(553)> _
Property RegisterAsDropTarget As Boolean
[DispIdAttribute(553)]
bool RegisterAsDropTarget { get; set; }
[DispIdAttribute(553)]
property bool RegisterAsDropTarget {
bool get ();
void set ([InAttribute] bool value);
}
/** @property */
/** @attribute DispIdAttribute(553) */
boolean get_RegisterAsDropTarget ()
/** @property */
/** @attribute DispIdAttribute(553) */
void set_RegisterAsDropTarget (/** @attribute InAttribute() */ boolean value)
DispIdAttribute(553)
function get RegisterAsDropTarget () : boolean
DispIdAttribute(553)
function set RegisterAsDropTarget (value : boolean)
Property Value
Type: Boolean
True if the object is registered as a drop target for navigation, otherwise false.
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
IWebBrowser2 Interface
IWebBrowser2 Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.