/// <summary> /// Gets the color for the drop arrow dark. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>Color value.</returns> public Color GetRibbonDropArrowDark(PaletteState state) { return(_inherit.GetRibbonDropArrowDark(state)); }
/// <summary> /// Gets the color for the drop arrow dark. /// </summary> /// <param name="state">Palette value should be applicable to this state.</param> /// <returns>Color value.</returns> public Color GetRibbonDropArrowDark(PaletteState state) => _inherit.GetRibbonDropArrowDark(state);