ComponentFactory.Krypton.Toolkit.PaletteHeaderButtonRedirect.GetMetricBool C# (CSharp) Method

GetMetricBool() public method

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.
return InheritBool
        public override InheritBool GetMetricBool(PaletteState state, PaletteMetricBool metric)
        {
            // Always pass onto the inheritance
            return _redirect.GetMetricBool(state, metric);
        }