SECListBar::operator=
const SECListBar&SECListBar::operator=(const SECListBar&src)
Copies the SECListBar object on the right to the object on the left.
Defined in: listbar.cpp
Return Value
Returns a reference to the SECListBar object being assigned to.
Parameters
src
The SecListBar object to be copied from.
See Also