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

Implements the NavigatorMode.OutlookFull mode.
상속: ViewBuilderOutlookBase
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
DesignerGetHitTest ( Point pt ) : bool

Is the provided over a part of the view that wants the mouse.

Destruct ( ) : void

Destruct the previously created view.

SelectedPageChanged ( ) : void

Process a change in the selected page

UpdateStatePalettes ( ) : void

Ensure the correct state palettes are being used.

보호된 메소드들

메소드 설명
BringPageIntoView ( KryptonPage page ) : void

Bring the specified page into view within the viewport.

CreateMainLayout ( ) : ViewBase

Creates and returns the view element that laysout the main client area.

CreateOverflowItem ( KryptonPage page, VisualOrientation checkButtonOrient, ViewDockStyle dockFar ) : ViewDrawNavOutlookOverflow

Create an overflow check button.

OnViewBuilderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Process the change in a property that might effect the view builder.

PostConstruct ( ) : void

Allow operations to occur after main construct actions.

비공개 메소드들

메소드 설명
OnViewportAnimation ( object sender, EventArgs e ) : void

메소드 상세

BringPageIntoView() 보호된 메소드

Bring the specified page into view within the viewport.
protected BringPageIntoView ( KryptonPage page ) : void
page KryptonPage Page to bring into view.
리턴 void

CreateMainLayout() 보호된 메소드

Creates and returns the view element that laysout the main client area.
protected CreateMainLayout ( ) : ViewBase
리턴 ViewBase

CreateOverflowItem() 보호된 메소드

Create an overflow check button.
protected CreateOverflowItem ( KryptonPage page, VisualOrientation checkButtonOrient, ViewDockStyle dockFar ) : ViewDrawNavOutlookOverflow
page KryptonPage Page to associate the check button with.
checkButtonOrient VisualOrientation Orientation of the check button.
dockFar ViewDockStyle Docking position of the check button.
리턴 ViewDrawNavOutlookOverflow

DesignerGetHitTest() 공개 메소드

Is the provided over a part of the view that wants the mouse.
public DesignerGetHitTest ( Point pt ) : bool
pt Point Mouse point.
리턴 bool

Destruct() 공개 메소드

Destruct the previously created view.
public Destruct ( ) : void
리턴 void

OnViewBuilderPropertyChanged() 보호된 메소드

Process the change in a property that might effect the view builder.
protected OnViewBuilderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.PropertyChangedEventArgs Property changed details.
리턴 void

PostConstruct() 보호된 메소드

Allow operations to occur after main construct actions.
protected PostConstruct ( ) : void
리턴 void

SelectedPageChanged() 공개 메소드

Process a change in the selected page
public SelectedPageChanged ( ) : void
리턴 void

UpdateStatePalettes() 공개 메소드

Ensure the correct state palettes are being used.
public UpdateStatePalettes ( ) : void
리턴 void