Hiding the Default Context Menu of the TextBox.

vishalneeraj-24503
Posted by vishalneeraj-24503 under WPF category on | Points: 40 | Views : 1607
Simply set the Textbox ContextMenu property to Null:-
<TextBox ContextMenu="{x:Null}">Dotnet Funda</TextBox>

Comments or Responses

Login to post response