ComponentFactory.Krypton.Ribbon.AppButtonMenuProvider.ProviderShowSubMenuFixed C# (CSharp) Method

ProviderShowSubMenuFixed() public method

Should the sub menu be shown at fixed screen location for this menu item.
public ProviderShowSubMenuFixed ( KryptonContextMenuItem menuItem ) : bool
menuItem ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem Menu item that needs to show sub menu.
return bool
        public bool ProviderShowSubMenuFixed(KryptonContextMenuItem menuItem)
        {
            return ((FixedViewBase != null) && _menuCollection.Contains(menuItem));
        }