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