IWebBrowser2.ToolBar Property
Gets or sets the toolbars for the object.
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 Integer
value = instance.ToolBar
instance.ToolBar = value
Syntax
'Declaration
<DispIdAttribute(405)> _
Property ToolBar As Integer
[DispIdAttribute(405)]
int ToolBar { get; set; }
[DispIdAttribute(405)]
property int ToolBar {
int get ();
void set ([InAttribute] int value);
}
/** @property */
/** @attribute DispIdAttribute(405) */
int get_ToolBar ()
/** @property */
/** @attribute DispIdAttribute(405) */
void set_ToolBar (/** @attribute InAttribute() */ int value)
DispIdAttribute(405)
function get ToolBar () : int
DispIdAttribute(405)
function set ToolBar (value : int)
Property Value
Type: Int32
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.