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

GetContentLongTextHint() public method

Gets the rendering hint for the long text.
public GetContentLongTextHint ( PaletteContentStyle style, PaletteState state ) : PaletteTextHint
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteTextHint
        public virtual PaletteTextHint GetContentLongTextHint(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentLongTextHint(style, state);
        }
PaletteRedirect