CommandBarsClass::FindControl Method (Object^, Object^, Object^, Object^)

 

Finds the command bar control that has the specified characteristics.

Namespace:   Microsoft.VisualStudio.CommandBars
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 to top
Show: