Property IsLocked
IsLocked
Gets or sets a value indicating whether this matrix input is locked.
public override bool IsLocked { get; set; }
Property Value
- bool
true
if the matrix input is locked; otherwise,false
.
Gets or sets a value indicating whether this matrix input is locked.
public override bool IsLocked { get; set; }
true
if the matrix input is locked; otherwise, false
.