_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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.