示例#1
0
 /// <summary>
 /// Gets the color for the dialog launcher light.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public Color GetRibbonGroupDialogLight(PaletteState state)
 {
     return(_inherit.GetRibbonGroupDialogLight(state));
 }
 /// <summary>
 /// Gets the color for the dialog launcher light.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public Color GetRibbonGroupDialogLight(PaletteState state) => _inherit.GetRibbonGroupDialogLight(state);