SECWellButton::SetPopup

void SECWellButton::SetPopup(SECPopupColorWell* pPopup)

Sets the SECPopupColorWell object to be used.

Defined in: SECBTNS.cpp

Return Value

void

Parameters

pPopup

The custom SECPopupColorWell object to be used.

Comments

This method allows custom popup color wells to be used. Note that the SECWellButton takes over ownership of the pPopup object, and will delete it on destruction.

See Also

SECWellButton GetPopup