C# Класс ComponentFactory.Krypton.Navigator.ViewBuilderOutlookMini

Implements the NavigatorMode.OutlookMini mode.
Наследование: ViewBuilderOutlookBase
Показать файл Открыть проект

Открытые методы

Метод Описание
GetPopupPagePosition ( ) : PopupPagePosition

Gets the appropriate popup page position for the current mode.

ProcessDialogKey ( Keys keyData ) : bool

Process a dialog key in a manner appropriate for the view.

SelectedPageChanged ( ) : void

Process a change in the selected page

Защищенные методы

Метод Описание
AreMoreButtons ( ) : bool

Discover if there are more buttons that can be moved from the overflow to the stack areas.

CreateMainLayout ( ) : ViewBase

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

CreateView ( ) : ViewBase

Create the mode specific view hierarchy.

GetMoreOverflow ( ) : ViewDrawNavOutlookOverflow

Gets the next overflow button to be moved to the stack area.

OnViewBuilderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

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

ReorderCheckButtonsOverflow ( KryptonPage page, VisualOrientation checkOverflowOrient, int &overflowInsertIndex ) : void

Add the check buttons for pages that should be on the overflow area.

SetLayoutFiller ( ViewLayoutDocker viewLayout ) : void

Gets the view element to use as the layout filler.

UpdateSelectedPageFocus ( ) : void

Updates the item that has the focus.

Описание методов

AreMoreButtons() защищенный Метод

Discover if there are more buttons that can be moved from the overflow to the stack areas.
protected AreMoreButtons ( ) : bool
Результат bool

CreateMainLayout() защищенный Метод

Creates and returns the view element that laysout the main client area.
protected CreateMainLayout ( ) : ViewBase
Результат ViewBase

CreateView() защищенный Метод

Create the mode specific view hierarchy.
protected CreateView ( ) : ViewBase
Результат ViewBase

GetMoreOverflow() защищенный Метод

Gets the next overflow button to be moved to the stack area.
protected GetMoreOverflow ( ) : ViewDrawNavOutlookOverflow
Результат ViewDrawNavOutlookOverflow

GetPopupPagePosition() публичный Метод

Gets the appropriate popup page position for the current mode.
public GetPopupPagePosition ( ) : PopupPagePosition
Результат PopupPagePosition

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

ProcessDialogKey() публичный Метод

Process a dialog key in a manner appropriate for the view.
public ProcessDialogKey ( Keys keyData ) : bool
keyData Keys Key data.
Результат bool

ReorderCheckButtonsOverflow() защищенный Метод

Add the check buttons for pages that should be on the overflow area.
protected ReorderCheckButtonsOverflow ( KryptonPage page, VisualOrientation checkOverflowOrient, int &overflowInsertIndex ) : void
page KryptonPage Reference to owning page.
checkOverflowOrient VisualOrientation Docking edge to dock against.
overflowInsertIndex int Index for inserting the new entry.
Результат void

SelectedPageChanged() публичный Метод

Process a change in the selected page
public SelectedPageChanged ( ) : void
Результат void

SetLayoutFiller() защищенный Метод

Gets the view element to use as the layout filler.
protected SetLayoutFiller ( ViewLayoutDocker viewLayout ) : void
viewLayout ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Результат void

UpdateSelectedPageFocus() защищенный Метод

Updates the item that has the focus.
protected UpdateSelectedPageFocus ( ) : void
Результат void