ComponentFactory.Krypton.Toolkit.PaletteRibbonGeneral.PopulateFromBase C# (CSharp) Method

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( ) : void
return void
        public void PopulateFromBase()
        {
            ContextTextAlign = GetRibbonContextTextAlign(PaletteState.Normal);
            ContextTextFont = GetRibbonContextTextFont(PaletteState.Normal);
            ContextTextColor = GetRibbonContextTextColor(PaletteState.Normal);
            DisabledDark = GetRibbonDisabledDark(PaletteState.Normal);
            DisabledLight = GetRibbonDisabledLight(PaletteState.Normal);
            DropArrowDark = GetRibbonDropArrowDark(PaletteState.Normal);
            DropArrowLight = GetRibbonDropArrowLight(PaletteState.Normal);
            GroupDialogDark = GetRibbonGroupDialogDark(PaletteState.Normal);
            GroupDialogLight = GetRibbonGroupDialogLight(PaletteState.Normal);
            GroupSeparatorDark = GetRibbonGroupSeparatorDark(PaletteState.Normal);
            GroupSeparatorLight = GetRibbonGroupSeparatorLight(PaletteState.Normal);
            MinimizeBarDarkColor = GetRibbonMinimizeBarDark(PaletteState.Normal);
            MinimizeBarLightColor = GetRibbonMinimizeBarLight(PaletteState.Normal);
            RibbonShape = GetRibbonShape();
            TabSeparatorColor = GetRibbonTabSeparatorColor(PaletteState.Normal);
            TabSeparatorContextColor = GetRibbonTabSeparatorContextColor(PaletteState.Normal);
            TextFont = GetRibbonTextFont(PaletteState.Normal);
            TextHint = GetRibbonTextHint(PaletteState.Normal);
            QATButtonDarkColor = GetRibbonGroupDialogDark(PaletteState.Normal);
            QATButtonLightColor = GetRibbonGroupDialogLight(PaletteState.Normal);
        }