'Declaration Protected Overridable Sub PrepareOptionsMenu( _ ByVal optionsMenu As C1.WPF.Menu.C1MenuList, _ ByVal closeAction As Action _ )
protected virtual void PrepareOptionsMenu( C1.WPF.Menu.C1MenuList optionsMenu, Action closeAction )
Parameters
- optionsMenu
- The menu that will be displayed.
- closeAction
- Action that will close the drop-down showing this menu.