C# Класс ComponentFactory.Krypton.Navigator.ViewletHeaderGroupOutlook

Provides HeaderGroup functionality modified to work in the Outlook mode.
Наследование: ViewletHeaderGroup
Показать файл Открыть проект

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

Метод Описание
ViewBuilderPropertyChanged ( PropertyChangedEventArgs e ) : void

Process the change in a property that might effect the viewlet.

ViewletHeaderGroupOutlook ( KryptonNavigator navigator, PaletteRedirect redirector, NeedPaintHandler needPaintDelegate ) : System

Initialize a new instance of the ViewletHeaderGroupOutlook class.

Защищенные методы

Метод Описание
GetHeaderSecondaryVisible ( ) : bool

Gets the visible state of the secondary header.

GetPrimaryValues ( ) : IContentValues

Gets the source of the primary header values.

GetSecondaryValues ( ) : IContentValues

Gets the source of the secondary header values.

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

GetHeaderSecondaryVisible() защищенный Метод

Gets the visible state of the secondary header.
protected GetHeaderSecondaryVisible ( ) : bool
Результат bool

GetPrimaryValues() защищенный Метод

Gets the source of the primary header values.
protected GetPrimaryValues ( ) : IContentValues
Результат IContentValues

GetSecondaryValues() защищенный Метод

Gets the source of the secondary header values.
protected GetSecondaryValues ( ) : IContentValues
Результат IContentValues

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

Process the change in a property that might effect the viewlet.
public ViewBuilderPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs Property changed details.
Результат void

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

Initialize a new instance of the ViewletHeaderGroupOutlook class.
public ViewletHeaderGroupOutlook ( KryptonNavigator navigator, PaletteRedirect redirector, NeedPaintHandler needPaintDelegate ) : System
navigator KryptonNavigator Reference to navigator instance.
redirector ComponentFactory.Krypton.Toolkit.PaletteRedirect Palette redirector.
needPaintDelegate NeedPaintHandler Delegate for notifying paint requests.
Результат System