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