ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetButtonSpecToolTipTitle C# (CSharp) Method

GetButtonSpecToolTipTitle() public method

Gets the tooltip title text to display for the button.
public GetButtonSpecToolTipTitle ( PaletteButtonSpecStyle style ) : string
style PaletteButtonSpecStyle Style of button spec.
return string
        public virtual string GetButtonSpecToolTipTitle(PaletteButtonSpecStyle style)
        {
            return _target.GetButtonSpecToolTipTitle(style);
        }
PaletteRedirect