Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
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 ( ) : |
Gets the next overflow button to be moved to the stack area.
|
|
OnViewBuilderPropertyChanged ( object sender, |
Process the change in a property that might effect the view builder.
|
|
ReorderCheckButtonsOverflow ( |
Add the check buttons for pages that should be on the overflow area.
|
|
SetLayoutFiller ( |
Gets the view element to use as the layout filler.
|
|
UpdateSelectedPageFocus ( ) : void |
Updates the item that has the focus.
|
protected GetMoreOverflow ( ) : |
||
return |
public GetPopupPagePosition ( ) : PopupPagePosition | ||
return | PopupPagePosition |
protected OnViewBuilderPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | Property changed details. | |
return | void |
public ProcessDialogKey ( Keys keyData ) : bool | ||
keyData | Keys | Key data. |
return | bool |
protected ReorderCheckButtonsOverflow ( |
||
page | Reference to owning page. | |
checkOverflowOrient | VisualOrientation | Docking edge to dock against. |
overflowInsertIndex | int | Index for inserting the new entry. |
return | void |
protected SetLayoutFiller ( |
||
viewLayout | ||
return | void |