C# 클래스 ComponentFactory.Krypton.Navigator.ViewletHeaderGroupOutlook

Provides HeaderGroup functionality modified to work in the Outlook mode.
상속: ViewletHeaderGroup
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
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