ComponentFactory.Krypton.Toolkit.PaletteDoubleMetric.GetMetricBool C# (CSharp) 메소드

GetMetricBool() 공개 메소드

Gets a boolean metric value.
public GetMetricBool ( PaletteState state, PaletteMetricBool metric ) : InheritBool
state PaletteState Palette value should be applicable to this state.
metric PaletteMetricBool Requested metric.
리턴 InheritBool
        public virtual InheritBool GetMetricBool(PaletteState state, PaletteMetricBool metric)
        {
            // Always pass onto the inheritance
            return _inherit.GetMetricBool(state, metric);
        }