Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <MenuItem x:Name="CustomMenuItem"
  2. Command="{Binding Path=Command, Mode=OneWay}">
  3. <MenuItem.Header>
  4. <ContentPresenter x:Name="MenuContentControl"
  5. Content="{Binding Path=Content, Mode=OneWay}"/>
  6. </MenuItem.Header>
  7. </MenuItem>
  8.  
  9. <MenuItem Header="submenuitem1"
  10. StaysOpenOnClick="true"
  11. IsCheckable="true"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement