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

FooterInformation() public method

Default Constructor
public FooterInformation ( ) : System.ComponentModel
return 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