CommandBarsClass.FindControl(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.CommandBarControl FindControl (object Type, object Id, object Tag, object Visible);
abstract member FindControl : obj * obj * obj * obj -> Microsoft.Office.Core.CommandBarControl
override this.FindControl : obj * obj * obj * obj -> Microsoft.Office.Core.CommandBarControl
Public Overridable Function FindControl (Optional Type As Object, Optional Id As Object, Optional Tag As Object, Optional Visible As Object) As CommandBarControl
Parameters
- Type
- Object
- Id
- Object
- Tag
- Object
- Visible
- Object