ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentDrawFocus C# (CSharp) 메소드

GetContentDrawFocus() 공개 메소드

Gets the actual content draw with focus value.
public GetContentDrawFocus ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
리턴 InheritBool
        public InheritBool GetContentDrawFocus(PaletteState state)
        {
            return _palette.GetContentDrawFocus(_style, state);
        }