Closed siegfriedpammer closed 10 years ago
See the HexEditor or ResourceEditor Display Bindings:
The context menu always has the Cut, Copy, Paste, Select All and Delete items disabled. Debugging shows that the FocusedElement is null during the execution of CanExecute.
FocusedElement
null
CanExecute
See the HexEditor or ResourceEditor Display Bindings:
The context menu always has the Cut, Copy, Paste, Select All and Delete items disabled. Debugging shows that the
FocusedElement
isnull
during the execution ofCanExecute
.