Check/Uncheck ToolBarButton on Property Changed
- by Mohsan
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