ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentStyle C# (CSharp) Méthode

GetContentStyle() public méthode

Gets the style appropriate for this content.
public GetContentStyle ( ) : PaletteContentStyle
Résultat PaletteContentStyle
        public PaletteContentStyle GetContentStyle()
        {
            return _inherit.GetContentStyle();
        }