ComponentFactory.Krypton.Ribbon.QATButtonToContent.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 PaletteTextHint GetContentLongTextHint(PaletteState state)
        {
            return PaletteTextHint.SystemDefault;
        }