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

FooterInformation() public method

Full Constructor
public FooterInformation ( int iMargin, Font oFont, PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System.ComponentModel
iMargin int Margin to use
oFont System.Drawing.Font Font to use
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(int iMargin, Font oFont, PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight)
            : base(iMargin, oFont, eBorder, eLeft, eCenter, eRight)
        {
        }

Same methods

FooterInformation::FooterInformation ( ) : System.ComponentModel
FooterInformation::FooterInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System.ComponentModel