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

GetContentLongTextHint() public abstract method

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