Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControl Class / LockContents Property

In This Topic
    LockContents Property
    In This Topic
    Gets or sets whether the contents of the content control can be edited at runtime.
    Syntax
    'Declaration
     
    Public Property LockContents As System.Boolean
    public System.bool LockContents {get; set;}
    See Also