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