ARCed.Scintilla.FooterInformation.FooterInformation C# (CSharp) 메소드

FooterInformation() 공개 메소드

Normal Use Constructor
public FooterInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System.ComponentModel
eBorder PageInformationBorder Border style
eLeft InformationType What to print on the left side of the page
eCenter InformationType What to print in the center of the page
eRight InformationType What to print on the right side of the page
리턴 System.ComponentModel
        public FooterInformation(PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight)
            : base(3, DefaultFont, eBorder, eLeft, eCenter, eRight)
        {
        }

Same methods

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