CommandBarsClass::FindControl Method (Object^, Object^, Object^, Object^)
Visual Studio 2015
Finds the command bar control that has the specified characteristics.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
public: [DispIdAttribute(1610809352)] virtual CommandBarControl^ FindControl( Object^ Type, Object^ Id, Object^ Tag, Object^ Visible )
Parameters
- Type
-
Type:
System::Object^
The MsoControlType.
- Id
-
Type:
System::Object^
The ID of the control.
- Tag
-
Type:
System::Object^
The tag of the control.
- Visible
-
Type:
System::Object^
true if only visible controls are to be matched, otherwise false.
Return Value
Type: Microsoft.VisualStudio.CommandBars::CommandBarControl^The matching CommandBarControl.
Show: