Compartir a través de


DWebBrowserEvents2.WindowSetWidth Method

Fires when the object changes its width.

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 Width As Integer

instance.WindowSetWidth(Width)

Syntax

'Declaration
<DispIdAttribute(266)> _
Sub WindowSetWidth ( _
    <InAttribute> Width As Integer _
)
[DispIdAttribute(266)] 
void WindowSetWidth (
    [InAttribute] int Width
)
[DispIdAttribute(266)] 
void WindowSetWidth (
    [InAttribute] int Width
)
/** @attribute DispIdAttribute(266) */ 
void WindowSetWidth (
    /** @attribute InAttribute() */ int Width
)
DispIdAttribute(266) 
function WindowSetWidth (
    Width : int
)

Parameters

  • Width

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.