Gets/Sets the control that is currently focused inside the container

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 IControl ActiveChild { get; set; }

Property Value

Type: IControl

Implements

IContainer..::..ActiveChild

Remarks

The active child is the only child that will receive button and keyboard events.

See Also