CommandBarsClass.FindControl Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Function FindControl ( _
Type As Object, _
Id As Object, _
Tag As Object, _
Visible As Object _
) As CommandBarControl
'Usage
Dim instance As CommandBarsClass
Dim Type As Object
Dim Id As Object
Dim Tag As Object
Dim Visible As Object
Dim returnValue As CommandBarControl
returnValue = instance.FindControl(Type, _
Id, Tag, Visible)
public virtual CommandBarControl FindControl(
Object Type,
Object Id,
Object Tag,
Object Visible
)
Parameters
- Type
Type: System.Object
- Id
Type: System.Object
- Tag
Type: System.Object
- Visible
Type: System.Object
Return Value
Type: Microsoft.Office.Core.CommandBarControl
Implements
_CommandBars.FindControl(Object, Object, Object, Object)