01-26-2020, 03:33 PM
Comments are invisible buttons.
If you get button properties with SendMessage(TB_GETBUTTON), in TBBUTTON.fsState there is flag TBSTATE_HIDDEN.
Alternative - use accessible object functions. Role of invisible buttons is different.
If you get button properties with SendMessage(TB_GETBUTTON), in TBBUTTON.fsState there is flag TBSTATE_HIDDEN.
Alternative - use accessible object functions. Role of invisible buttons is different.