C# Класс ARCed.Scintilla.HeaderInformation

Наследование: PageInformation
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HeaderInformation ( ) : System.ComponentModel

Default Constructor

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

Normal Use Constructor

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

Full Constructor

Приватные методы

Метод Описание
ResetBorder ( ) : void
ResetCenter ( ) : void
ResetFont ( ) : void
ResetLeft ( ) : void
ResetMargin ( ) : void
ResetRight ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeBorder ( ) : bool
ShouldSerializeCenter ( ) : bool
ShouldSerializeFont ( ) : bool
ShouldSerializeLeft ( ) : bool
ShouldSerializeMargin ( ) : bool
ShouldSerializeRight ( ) : bool

Описание методов

HeaderInformation() публичный Метод

Default Constructor
public HeaderInformation ( ) : System.ComponentModel
Результат System.ComponentModel

HeaderInformation() публичный Метод

Normal Use Constructor
public HeaderInformation ( 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
Результат System.ComponentModel

HeaderInformation() публичный Метод

Full Constructor
public HeaderInformation ( 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
Результат System.ComponentModel