PyCToolBarCtrl.HideButton

HideButton(nID, bEnable)

Hide or show the specified button in a toolbar control.

Parameters

nID : int

ID of the button to hide.

bEnable=1 : int

1 to hide, 0 to show.

MFC References

CToolBarCtrl::HideButton