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

PageInformation() public method

Default Constructor
public PageInformation ( ) : System
return System
        public PageInformation()
            : this(PageInformationBorder.None, InformationType.Nothing, InformationType.Nothing, InformationType.Nothing)
        {
        }

Same methods

PageInformation::PageInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System
PageInformation::PageInformation ( int iMargin, Font oFont, PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System