ComponentFactory.Krypton.Ribbon.RibbonRecentDocsTitleToContent.GetContentShortTextH C# (CSharp) Méthode

GetContentShortTextH() public méthode

Gets the horizontal relative alignment of the short text.
public GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
Résultat PaletteRelativeAlign
        public override PaletteRelativeAlign GetContentShortTextH(PaletteState state)
        {
            return PaletteRelativeAlign.Near;
        }