ARCed.Scintilla.FooterInformation.FooterInformation C# (CSharp) Метод

FooterInformation() публичный Метод

Default Constructor
public FooterInformation ( ) : System.ComponentModel
Результат System.ComponentModel
        public FooterInformation()
            : base(PageInformationBorder.None, InformationType.Nothing, InformationType.Nothing, InformationType.Nothing)
        {
        }

Same methods

FooterInformation::FooterInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System.ComponentModel
FooterInformation::FooterInformation ( int iMargin, Font oFont, PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System.ComponentModel