Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.06 KB

locked-property.md

File metadata and controls

48 lines (33 loc) · 1.06 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Locked property
fm20.chm5225059
fm20.chm5225059
Office.Locked
08bf09c4-0445-0749-daf2-a0fab8787ea8
11/16/2018
medium

Locked property

Specifies whether a control can be edited.

Syntax

object.Locked [= Boolean ]

The Locked property syntax has these parts:

Part Description
object Required. A valid object.
Boolean Optional. Whether the control can be edited.

Settings

The settings for Boolean are:

Value Description
True You can't edit the value.
False You can edit the value (default).

Remarks

When a control is locked and enabled, it can still initiate events and can still receive the focus.

See also

[!includeSupport and feedback]