DWebBrowserEvents2.WindowSetTop Method
Fires when the object changes its top position.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As DWebBrowserEvents2
Dim Top As Integer
instance.WindowSetTop(Top)
Syntax
'Declaration
<DispIdAttribute(265)> _
Sub WindowSetTop ( _
<InAttribute> Top As Integer _
)
[DispIdAttribute(265)]
void WindowSetTop (
[InAttribute] int Top
)
[DispIdAttribute(265)]
void WindowSetTop (
[InAttribute] int Top
)
/** @attribute DispIdAttribute(265) */
void WindowSetTop (
/** @attribute InAttribute() */ int Top
)
DispIdAttribute(265)
function WindowSetTop (
Top : int
)
Parameters
- Top
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
DWebBrowserEvents2 Interface
DWebBrowserEvents2 Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.