CommandBarsClass.FindControls(Object, Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual Microsoft.Office.Core.CommandBarControls FindControls (object Type, object Id, object Tag, object Visible);
abstract member FindControls : obj * obj * obj * obj -> Microsoft.Office.Core.CommandBarControls
override this.FindControls : obj * obj * obj * obj -> Microsoft.Office.Core.CommandBarControls
Public Overridable Function FindControls (Optional Type As Object, Optional Id As Object, Optional Tag As Object, Optional Visible As Object) As CommandBarControls
Parameters
- Type
- Object
- Id
- Object
- Tag
- Object
- Visible
- Object