ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupSeparator.GetPreviousFocusItem C# (CSharp) Méthode

GetPreviousFocusItem() public méthode

Gets the previous focus item based on the current item as provided.
public GetPreviousFocusItem ( ViewBase current, bool &matched ) : ViewBase
current ViewBase The view that is currently focused.
matched bool Has the current focus item been matched yet.
Résultat ViewBase
        public ViewBase GetPreviousFocusItem(ViewBase current, ref bool matched)
        {
            // We never have any child items that can take focus
            return null;
        }