_CommandBarActiveX Interface

This interface is not supported in Visual Studio 2010.

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

Syntax

'Declaration
<GuidAttribute("7F1EE169-15BE-44BE-B21E-6339FC029807")> _
Public Interface _CommandBarActiveX _
    Inherits CommandBarControl
[GuidAttribute("7F1EE169-15BE-44BE-B21E-6339FC029807")]
public interface _CommandBarActiveX : CommandBarControl
[GuidAttribute(L"7F1EE169-15BE-44BE-B21E-6339FC029807")]
public interface class _CommandBarActiveX : CommandBarControl
[<GuidAttribute("7F1EE169-15BE-44BE-B21E-6339FC029807")>]
type _CommandBarActiveX =  
    interface 
        interface CommandBarControl 
    end
public interface _CommandBarActiveX extends CommandBarControl

The _CommandBarActiveX type exposes the following members.

Properties

  Name Description
Public property accChild This property is deprecated.
Public property accChildCount This property is deprecated.
Public property accDefaultAction This property is deprecated.
Public property accDescription This property is deprecated.
Public property accFocus This property is deprecated.
Public property accHelp This property is deprecated.
Public property accHelpTopic This property is deprecated.
Public property accKeyboardShortcut This property is deprecated.
Public property accName This property is deprecated.
Public property accParent This property is deprecated.
Public property accRole This property is deprecated.
Public property accSelection This property is deprecated.
Public property accState This property is deprecated.
Public property accValue This property is deprecated.
Public property Application This property is deprecated.
Public property BeginGroup This property is deprecated.
Public property BuiltIn This property is deprecated.
Public property Caption This property is deprecated.
Public property Control This property is deprecated.
Public property ControlCLSID This property is deprecated.
Public property Creator This property is deprecated.
Public property DescriptionText This property is deprecated.
Public property Enabled This property is deprecated.
Public property Height This property is deprecated.
Public property HelpContextId This property is deprecated.
Public property HelpFile This property is deprecated.
Public property Id This property is deprecated.
Public property Index This property is deprecated.
Public property InitWith This property is deprecated.
Public property InstanceId This property is deprecated.
Public property IsPriorityDropped This property is deprecated.
Public property Left This property is deprecated.
Public property OLEUsage This property is deprecated.
Public property OnAction This property is deprecated.
Public property Parameter This property is deprecated.
Public property Parent This property is deprecated.
Public property Priority This property is deprecated.
Public property QueryControlInterface This property is deprecated.
Public property Tag This property is deprecated.
Public property TooltipText This property is deprecated.
Public property Top This property is deprecated.
Public property Type This property is deprecated.
Public property Visible This property is deprecated.
Public property Width This property is deprecated.

Top

Methods

  Name Description
Public method accDoDefaultAction This method is deprecated.
Public method accHitTest This method is deprecated.
Public method accLocation This method is deprecated.
Public method accNavigate This method is deprecated.
Public method accSelect This method is deprecated.
Public method Copy This method is deprecated.
Public method Delete This method is deprecated.
Public method EnsureControl This method is deprecated.
Public method Execute This method is deprecated.
Public method Move This method is deprecated.
Public method Reserved1 This method is deprecated.
Public method Reserved2 This method is deprecated.
Public method Reserved3 This method is deprecated.
Public method Reserved4 This method is deprecated.
Public method Reserved5 This method is deprecated.
Public method Reserved6 This method is deprecated.
Public method Reserved7 This method is deprecated.
Public method Reset This method is deprecated.
Public method SetFocus This method is deprecated.
Public method SetInnerObjectFactory This method is deprecated.

Top

See Also

Reference

Microsoft.VisualStudio.CommandBars Namespace