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

GetContentStyle() public method

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