Description
Find an McCommandBarControl derived object using specific attributes.
-
Return Type
-
A McCommandBarControl object.
-
Syntax
-
object.FindControl ([Type], [ID], [Tag], [Visible])
The FindControl Method syntax has these parts: |
| object | An expression evaluating to an object of type McCommandBars. | | Type | Optional. A Variant value. Control type, reserved for future use.
| | ID | Optional. A Variant value. A globally unique id used to find the control.
| | Tag | Optional. A Variant value. User defined value, Reserved for future use.
| | Visible | Optional. A Variant value. Specify whether the controls should be visible or not, reserved for future use.
| Remarks
The ID based lookup is the only algorithm currently implemented.
|