Class ContextMenuItems
- Namespace
- Macad.Interaction
- Assembly
- Macad.Interaction.dll
public sealed class ContextMenuItems : ObservableCollection<Control>
- Inheritance
-
ContextMenuItems
Constructors
public ContextMenuItems()
Methods
public void AddCommand(IActionCommand command, object param = null, string overrideTitle = null)
public void AddCommandIfExecutable(IActionCommand command, object param, string overrideTitle = null)
public void AddGroup(string header)
headerstring
public void AddSeparator(string header = null)
headerstring
public void CloseGroup()