BCGControlBar Pro for MFC
void CBCGPToolbarButton::Show ( BOOL  bShow)
inline

Makes a button visible or hidden.

Call this function to show or hide a button when it's hidden because its parent toolbar is stretched. Use SetVisible() to change the "general" visibility of a button.

Parameters
bShowSpecifies whether to show (TRUE) or hide (FALSE) the button.