ComponentFactory.Krypton.Toolkit.PaletteContentInheritNode.GetContentLongTextHint C# (CSharp) 메소드

GetContentLongTextHint() 공개 메소드

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