C# Class ComponentFactory.Krypton.Navigator.ViewBuilderOutlookFull

Implements the NavigatorMode.OutlookFull mode.
Inheritance: ViewBuilderOutlookBase
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnViewportAnimation ( object sender, EventArgs e ) : void

Method Details

BringPageIntoView() protected méthode

Bring the specified page into view within the viewport.
protected BringPageIntoView ( KryptonPage page ) : void
page KryptonPage Page to bring into view.
Résultat void

CreateMainLayout() protected méthode

Creates and returns the view element that laysout the main client area.
protected CreateMainLayout ( ) : ViewBase
Résultat ViewBase

CreateOverflowItem() protected méthode

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

DesignerGetHitTest() public méthode

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

Destruct() public méthode

Destruct the previously created view.
public Destruct ( ) : void
Résultat void

OnViewBuilderPropertyChanged() protected méthode

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

PostConstruct() protected méthode

Allow operations to occur after main construct actions.
protected PostConstruct ( ) : void
Résultat void

SelectedPageChanged() public méthode

Process a change in the selected page
public SelectedPageChanged ( ) : void
Résultat void

UpdateStatePalettes() public méthode

Ensure the correct state palettes are being used.
public UpdateStatePalettes ( ) : void
Résultat void