ComponentFactory.Krypton.Toolkit.PaletteHeaderGroup.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 InheritBool GetMetricBool(PaletteState state, PaletteMetricBool metric)
        {
            // Pass onto the inheritance
            return _inherit.GetMetricBool(state, metric);
        }