ComponentFactory.Krypton.Toolkit.PaletteRedirect.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 virtual InheritBool GetMetricBool(PaletteState state, PaletteMetricBool metric)
        {
            return _target.GetMetricBool(state, metric);
        }
PaletteRedirect