Gets/Sets the suspended state

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public virtual bool Suspended { get; set; }

Property Value

Type: Boolean

Implements

IControl..::..Suspended

Remarks

When Suspended is set to false the control will automatically refresh. While true the control will not render or respond to events.

See Also