ActionsPane.ActiveControl (Propiedad)

Obtiene o establece el control activo en el panel de acciones.

Espacio de nombres:  Microsoft.Office.Tools
Ensamblado:  Microsoft.Office.Tools.Common (en Microsoft.Office.Tools.Common.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Property ActiveControl As Control
[BrowsableAttribute(false)]
Control ActiveControl { get; set; }

Valor de propiedad

Tipo: System.Windows.Forms.Control
Control activo en el panel de acciones.

Comentarios

Esta propiedad proporciona la misma funcionalidad que la propiedad ContainerControl.ActiveControl.Para obtener más información sobre cómo utilizar esta propiedad, vea ContainerControl.ActiveControl.

Seguridad de .NET Framework

Vea también

Referencia

ActionsPane Interfaz

Microsoft.Office.Tools (Espacio de nombres)

Otros recursos

Información general sobre paneles de acciones