ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupSeparator.GetGroupKeyTips C# (CSharp) Method

GetGroupKeyTips() public method

Gets the array of group level key tips.
public GetGroupKeyTips ( KeyTipInfoList keyTipList ) : void
keyTipList KeyTipInfoList List to add new entries into.
return void
        public void GetGroupKeyTips(KeyTipInfoList keyTipList)
        {
            // Separator never has key tips
        }