WebBrowser.Dock Property (2003 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

This member overrides Control.Dock.

Namespace:  Microsoft.Office.Tools.Excel.Controls
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Overrides Property Dock As DockStyle
'Usage
Dim instance As WebBrowser
Dim value As DockStyle

value = instance.Dock

instance.Dock = value
[BrowsableAttribute(false)]
public override DockStyle Dock { get; set; }

Property Value

Type: System.Windows.Forms.DockStyle

Remarks

Notes to Callers:

This method should not be used and is not supported. For more information, see Limitations of Windows Forms Controls on Office Documents.

Permissions

See Also

Reference

WebBrowser Class

WebBrowser Members

Microsoft.Office.Tools.Excel.Controls Namespace