ARCed.Scintilla.FooterInformation.FooterInformation C# (CSharp) Method

FooterInformation() public method

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
return 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