WebFormsRootDesigner.IsDesignerViewLocked Property

Definition

When overridden in a derived class, gets a value indicating whether the designer view is locked.

public:
 abstract property bool IsDesignerViewLocked { bool get(); };
public abstract bool IsDesignerViewLocked { get; }
member this.IsDesignerViewLocked : bool
Public MustOverride ReadOnly Property IsDesignerViewLocked As Boolean

Property Value

true, if the designer view is locked; otherwise, false.

Applies to

See also