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

GetContentShortTextPrefix() public method

Gets the prefix drawing setting for short text.
public GetContentShortTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix
state PaletteState Palette value should be applicable to this state.
return PaletteTextHotkeyPrefix
        public override PaletteTextHotkeyPrefix GetContentShortTextPrefix(PaletteState state)
        {
            return _inherit.GetContentShortTextPrefix(state);
        }