C# Class ComponentFactory.Krypton.Navigator.ViewletHeaderGroupOutlook

Provides HeaderGroup functionality modified to work in the Outlook mode.
Inheritance: ViewletHeaderGroup
显示文件 Open project: ComponentFactory/Krypton

Public Methods

Method 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.

Protected Methods

Method 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 method

Gets the visible state of the secondary header.
protected GetHeaderSecondaryVisible ( ) : bool
return bool

GetPrimaryValues() protected method

Gets the source of the primary header values.
protected GetPrimaryValues ( ) : IContentValues
return IContentValues

GetSecondaryValues() protected method

Gets the source of the secondary header values.
protected GetSecondaryValues ( ) : IContentValues
return IContentValues

ViewBuilderPropertyChanged() public method

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

ViewletHeaderGroupOutlook() public method

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.
return System