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

HeaderInformation() public method

Default Constructor
public HeaderInformation ( ) : System.ComponentModel
return System.ComponentModel
        public HeaderInformation()
            : base(PageInformationBorder.None, InformationType.Nothing, InformationType.Nothing, InformationType.Nothing)
        {
        }

Same methods

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