Check/Uncheck ToolBarButton on Property Changed

Posted by Mohsan on Stack Overflow See other posts from Stack Overflow or by Mohsan
Published on 2010-03-12T13:15:46Z Indexed on 2010/03/12 13:17 UTC
Read the original article Hit count: 214

Filed under:

hi i have property named.

public bool ShowLabels{get; set;}

and one toolbar menu button to set/unset ShowLabels value

i wants that when value of ShowLabels property changed it also change the check state of menu item button. how i can do this

© Stack Overflow or respective owner

Related posts about c#