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

GetGroupKeyTips() public méthode

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