Back to Devexpress

OleFormat.IsLocked Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-oleformat-e2bc33de.md

latest1.1 KB
Original Source

OleFormat.IsLocked Property

Returns or specifies whether a linked OLE object can be updated.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool IsLocked { get; set; }
vb
Property IsLocked As Boolean

Property Value

TypeDescription
Boolean

true if the linked object can be updated; otherwise, false.

|

See Also

OleFormat Interface

OleFormat Members

DevExpress.XtraRichEdit.API.Native Namespace