ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupSeparator.GetNextFocusItem C# (CSharp) 메소드

GetNextFocusItem() 공개 메소드

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