Partager via


ActionsPane.ActiveControl, propriété

Obtient ou définit le contrôle actif sur le volet Actions.

Espace de noms :  Microsoft.Office.Tools
Assembly :  Microsoft.Office.Tools.Common (dans Microsoft.Office.Tools.Common.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Property ActiveControl As Control
[BrowsableAttribute(false)]
Control ActiveControl { get; set; }

Valeur de propriété

Type : System.Windows.Forms.Control
Le contrôle actif sur le volet Actions.

Notes

Cette propriété fournit la même fonctionnalité que la propriété ContainerControl.ActiveControl.Pour plus d'informations sur l'utilisation de cette propriété, consultez ContainerControl.ActiveControl.

Sécurité .NET Framework

Voir aussi

Référence

ActionsPane Interface

Microsoft.Office.Tools, espace de noms

Autres ressources

Vue d'ensemble du volet Actions