/// <summary> /// Update the button spec manager mapping to reflect current settings. /// </summary> public override void UpdateButtonSpecMapping() { // Define a default mapping for text color and recreate to use that new setting ButtonSpecManager.SetRemapTarget(Navigator.Outlook.CheckButtonStyle); ButtonSpecManager.RecreateButtons(); }
/// <summary> /// Update the button spec manager mapping to reflect current settings. /// </summary> public override void UpdateButtonSpecMapping() { // Update the button spec manager for this tab to use a tab style for remapping ButtonSpecManager.SetRemapTarget(Navigator.Bar.TabStyle); ButtonSpecManager.RecreateButtons(); }