Activates the control

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 override void Activate()

Implements

IControl..::..Activate()()()()
IControl..::..Activate()()()()

Remarks

Activate is called by a container when a control becomes focused. Calling Activate by itself will only invoke Invalidate().

See Also