FindControl(intControlType, longCmdId,
[variantVisible], [variantRecursive]) |
Returns |
CommandBarControl |
Description |
Finds and returns a CommandBarControl based on the arguments
provided. intControlType can have the following values: - 1:
button
- 2: text box
- 3: drop-down list
- 4:
combination drop-down list and text box
- 5: menu
(Not implemented in
HoTMetaL PRO 1.0) |
Usage |
JScript |
CommandBar_object.FindControl(intControlType, longCmdId,
[variantVisible], [variantRecursive]); |
VBScript |
CommandBar_object.FindControl(intControlType, longCmdId,
[variantVisible], [variantRecursive]) |
Copyright © SoftQuad Software Inc. 1999