Finds a box whose Tag matches the specified value.
SyntaxVB6
Copy Code
|
|---|
Public Function FindBox( _ |
C++
Copy Code
|
|---|
public: |
A reference to a Box object, which is the first box found with the requested tag, or null reference (Nothing in Visual Basic) if none is found.
See Also