C# Class ComponentFactory.Krypton.Navigator.ViewletHeaderGroupOutlook

Provides HeaderGroup functionality modified to work in the Outlook mode.
Inheritance: ViewletHeaderGroup
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Method Details

GetHeaderSecondaryVisible() protected méthode

Gets the visible state of the secondary header.
protected GetHeaderSecondaryVisible ( ) : bool
Résultat bool

GetPrimaryValues() protected méthode

Gets the source of the primary header values.
protected GetPrimaryValues ( ) : IContentValues
Résultat IContentValues

GetSecondaryValues() protected méthode

Gets the source of the secondary header values.
protected GetSecondaryValues ( ) : IContentValues
Résultat IContentValues

ViewBuilderPropertyChanged() public méthode

Process the change in a property that might effect the viewlet.
public ViewBuilderPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs Property changed details.
Résultat void

ViewletHeaderGroupOutlook() public méthode

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.
Résultat System