CommandBarsClass.ActionControl Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ActionControl As CommandBarControl
Get
'Usage
Dim instance As CommandBarsClass
Dim value As CommandBarControl
value = instance.ActionControl
public virtual CommandBarControl ActionControl { get; }
Property Value
Type: Microsoft.Office.Core.CommandBarControl