Share via


CommandBarsClass.ActionControl Property

Gets the CommandBarControl whose OnAction event initiated the procedure that is currently running.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ActionControl As CommandBarControl
public virtual CommandBarControl ActionControl { get; }
public:
virtual property CommandBarControl^ ActionControl {
    CommandBarControl^ get ();
}
abstract ActionControl : CommandBarControl with get 
override ActionControl : CommandBarControl with get
function get ActionControl () : CommandBarControl

Property Value

Type: Microsoft.VisualStudio.CommandBars.CommandBarControl
The CommandBarControl.

Implements

_CommandBars.ActionControl

Remarks

If the macro wasn't initiated by a command bar control, this property returns nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

CommandBarsClass Class

Microsoft.VisualStudio.CommandBars Namespace