I'd like to indicate my form by a right click of a mouse. And ...

I still have several questions.

1.I'd like to indicate my form by a right click of a mouse.

When this application isn't indicated by a right click of a mouse, users have no advantage.
But I don't know how to write it.
I have searched for a net.
The following description was found, but where should it be added?

//-----------------
protected override void OnMouseRightButtonUp(MouseButtonEventArgs e)
{
    e.Handled = true;
}
//-----------------

2. I'd like to do effectively (my menu is indicated )only at "Editor" in TRADOS.

3. I'd like to change it's effective (my menu is indicated) and invalidity (usual popup menu is indicated).
(By clicking a button).

Is there a helpful sample?
Can't I have advice?

Parents Reply Children