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

GetMetricBool() public abstract method

Gets a boolean metric value.
public abstract GetMetricBool ( PaletteState state, PaletteMetricBool metric ) : InheritBool
state PaletteState Palette value should be applicable to this state.
metric PaletteMetricBool Requested metric.
return InheritBool
        public abstract InheritBool GetMetricBool(PaletteState state, PaletteMetricBool metric);
PaletteBase