StackedDialogPage Methods |
The StackedDialogPage type exposes the following members.
Name | Description | |
---|---|---|
AddChildPage |
Currently only supported on Windows. Call this method to add a child
page to a page after the parent dialog has been created.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MakeActivePage |
Make this page the active, visible page
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnActivate | Called when this page is activated/deactivated. | |
OnApply | Called when stacked dialog OK button is pressed. | |
OnCancel | Called when stacked dialog Cancel button is pressed. | |
OnCreateParent |
Called when the parent window has been created on Windows platforms
only.
| |
OnDefaults | Called when stacked dialog Defaults button is pressed (see ShowDefaultsButton). | |
OnHelp |
Called when the parent dialog requests help for this page.
| |
OnSizeParent |
Called when the parent window has been resized
| |
RemovePage |
Remove this page from the dialog box
| |
SetActivePageTo | ||
SetEnglishPageTitle |
Change the title passed to the constructor and, this will cause
LocalPageTitle to get called also.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |