Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IFormControl Interface / LockedText Property


In This Topic
    LockedText Property (IFormControl)
    In This Topic
    Gets the text in the specified object will be locked to prevent changes when the workbook is protected.
    Syntax
    'Declaration
     
    Property LockedText As Boolean
    'Usage
     
    Dim instance As IFormControl
    Dim value As Boolean
     
    instance.LockedText = value
     
    value = instance.LockedText
    bool LockedText {get; set;}
    See Also