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

In This Topic
    LockControl Property
    In This Topic
    Gets or sets whether the content control can be deleted. If true, then the Temporary property will be reset to false.
    Syntax
    'Declaration
     
    Public Property LockControl As System.Boolean
    public System.bool LockControl {get; set;}
    See Also