WebFormsRootDesigner.IsDesignerViewLocked Propriedade

Definição

Quando substituído em uma classe derivada, obtém um valor que indica se a exibição do designer está bloqueada.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

Valor da propriedade

Boolean

true, se o modo de exibição de designer estiver bloqueado; caso contrário, false .true, if the designer view is locked; otherwise, false.

Aplica-se a