Enum
Lock

Values specify the locking behavior of SDTs and their content.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum Lock

Fields

ContentLocked

SDT content cannot be edited

Declaration

cs-api-definition
ContentLocked = 2

Field Value

Lock

SdtContentLocked

SDT cannot be deleted and its content cannot be edited.

Declaration

cs-api-definition
SdtContentLocked = 3

Field Value

Lock

SdtLocked

SDT element cannot be deleted.

Declaration

cs-api-definition
SdtLocked = 1

Field Value

Lock

Unlocked

No locking

Declaration

cs-api-definition
Unlocked = 0

Field Value

Lock