Share via


_CommandBars.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
ReadOnly Property ActionControl As CommandBarControl
CommandBarControl ActionControl { get; }
property CommandBarControl^ ActionControl {
    CommandBarControl^ get ();
}
abstract ActionControl : CommandBarControl with get
function get ActionControl () : CommandBarControl

Property Value

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

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

_CommandBars Interface

Microsoft.VisualStudio.CommandBars Namespace