Gets or sets the active control on the container control.
Syntax
'Declaration
Public Property ActiveControl As Control
public Control ActiveControl {get; set;}
Property Value
The
System.Windows.Forms.Control that is currently active on the
System.Windows.Forms.ContainerControl.
Exceptions
See Also