Search
InteractiveObject.Locked Property
See Also
 






Gets or sets a value indicating whether this object can be interacted with.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool Locked { get; set; }

Visual Basic  Copy Code

Public Property Locked As Boolean

 Property Value

true if the object is locked; otherwise, false. The default is false.

 See Also