IWebBrowser2.Resizable Property
Gets or sets a value that indicates whether the object can be resized.
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.Resizable
instance.Resizable = value
Syntax
'Declaration
<DispIdAttribute(556)> _
Property Resizable As Boolean
[DispIdAttribute(556)]
bool Resizable { get; set; }
[DispIdAttribute(556)]
property bool Resizable {
bool get ();
void set ([InAttribute] bool value);
}
/** @property */
/** @attribute DispIdAttribute(556) */
boolean get_Resizable ()
/** @property */
/** @attribute DispIdAttribute(556) */
void set_Resizable (/** @attribute InAttribute() */ boolean value)
DispIdAttribute(556)
function get Resizable () : boolean
DispIdAttribute(556)
function set Resizable (value : boolean)
Property Value
Type: Boolean
True if the object is resizable, 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.