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éthode | Description | |
---|---|---|
BringPageIntoView ( |
Bring the specified page into view within the viewport.
|
|
CreateMainLayout ( ) : ViewBase |
Creates and returns the view element that laysout the main client area.
|
|
CreateOverflowItem ( |
Create an overflow check button.
|
|
OnViewBuilderPropertyChanged ( object sender, |
Process the change in a property that might effect the view builder.
|
|
PostConstruct ( ) : void |
Allow operations to occur after main construct actions.
|
Méthode | Description | |
---|---|---|
OnViewportAnimation ( object sender, |
protected BringPageIntoView ( |
||
page | Page to bring into view. | |
Résultat | void |
protected CreateOverflowItem ( |
||
page | Page to associate the check button with. | |
checkButtonOrient | VisualOrientation | Orientation of the check button. |
dockFar | ViewDockStyle | Docking position of the check button. |
Résultat |
public DesignerGetHitTest ( Point pt ) : bool | ||
pt | Point | Mouse point. |
Résultat | bool |
protected OnViewBuilderPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | Property changed details. | |
Résultat | void |