ComponentFactory.Krypton.Toolkit.PaletteContentInheritOverride.GetContentStyle C# (CSharp) Method

GetContentStyle() public method

Gets the style appropriate for this content.
public GetContentStyle ( ) : PaletteContentStyle
return PaletteContentStyle
        public override PaletteContentStyle GetContentStyle()
        {
            if (_apply)
                return _primary.GetContentStyle();
            else
                return _backup.GetContentStyle();
        }