ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextPrefix C# (CSharp) Méthode

GetContentShortTextPrefix() public méthode

Gets the prefix drawing setting for short text.
public GetContentShortTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix
state PaletteState Palette value should be applicable to this state.
Résultat PaletteTextHotkeyPrefix
        public PaletteTextHotkeyPrefix GetContentShortTextPrefix(PaletteState state)
        {
            return _palette.GetContentShortTextPrefix(_style, state);
        }