BExplorer.Shell.ShellContextMenu.ShellContextMenu C# (CSharp) Method

ShellContextMenu() public method

Initializes a new instance of the ShellContextMenu class.
public ShellContextMenu ( IListItemEx items, SVGIO svgio = SVGIO.SVGIO_SELECTION, ShellView view = null ) : System
items IListItemEx /// The items to which the context menu should refer. ///
svgio SVGIO
view ShellView The ShellView the ContextMenu is associated with
return System
    public ShellContextMenu(IListItemEx[] items, SVGIO svgio = SVGIO.SVGIO_SELECTION, ShellView view = null) {
      this._ShellView = view;

      if (svgio == SVGIO.SVGIO_BACKGROUND)
        Initialize(items[0]);
      else
        Initialize(items);
    }

Same methods

ShellContextMenu::ShellContextMenu ( ShellView shellView, IListItemEx item ) : System
ShellContextMenu::ShellContextMenu ( ShellView shellView, bool Use_GetNewContextMenu ) : System