WebBrowser.Locked Property

Definition

Gets or sets a value that indicates whether the WebBrowser can be modified at design time when the sheet is protected.

[System.ComponentModel.Browsable(false)]
public bool Locked { get; set; }

Property Value

Boolean

true if the WebBrowser cannot be modified at design time when the sheet is protected; otherwise, false.

Attributes

Examples

For a code example that demonstrates how to use this property, see Microsoft.Office.Tools.Excel.Controls.Button.Locked. All controls in the Microsoft.Office.Tools.Excel.Controls namespace have a functionally equivalent Locked property.

Remarks

A WebBrowser can only be locked when the sheet is protected. A locked WebBrowser cannot be moved or resized at design time.

Applies to