ComponentFactory.Krypton.Ribbon.QATButtonToContent.GetContentLongTextHint C# (CSharp) Method

GetContentLongTextHint() public method

Gets the rendering hint for the long text.
public GetContentLongTextHint ( PaletteState state ) : PaletteTextHint
state PaletteState Palette value should be applicable to this state.
return PaletteTextHint
        public PaletteTextHint GetContentLongTextHint(PaletteState state)
        {
            return PaletteTextHint.SystemDefault;
        }