ComponentFactory.Krypton.Ribbon.QATButtonToContent.GetContentLongTextColorStyle C# (CSharp) 메소드

GetContentLongTextColorStyle() 공개 메소드

Gets the color drawing style for the long text.
public GetContentLongTextColorStyle ( PaletteState state ) : PaletteColorStyle
state PaletteState Palette value should be applicable to this state.
리턴 PaletteColorStyle
        public PaletteColorStyle GetContentLongTextColorStyle(PaletteState state)
        {
            return PaletteColorStyle.Solid;
        }