Click or drag to resize

OptionsDialogPage Methods

The OptionsDialogPage type exposes the following members.

Methods
  NameDescription
Public methodAddChildPage
Currently only supported on Windows. Call this method to add a child page to a page after the parent dialog has been created.
(Inherited from StackedDialogPage.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeActivePage
Make this page the active, visible page
(Inherited from StackedDialogPage.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnActivate
Called when this page is activated/deactivated.
(Inherited from StackedDialogPage.)
Public methodOnApply
Called when stacked dialog OK button is pressed.
(Inherited from StackedDialogPage.)
Public methodOnCancel
Called when stacked dialog Cancel button is pressed.
(Inherited from StackedDialogPage.)
Public methodOnCreateParent
Called when the parent window has been created on Windows platforms only.
(Inherited from StackedDialogPage.)
Public methodOnDefaults
Called when stacked dialog Defaults button is pressed (see ShowDefaultsButton).
(Inherited from StackedDialogPage.)
Public methodOnHelp
Called when the parent dialog requests help for this page.
(Inherited from StackedDialogPage.)
Public methodOnSizeParent
Called when the parent window has been resized
(Inherited from StackedDialogPage.)
Public methodRemovePage
Remove this page from the dialog box
(Inherited from StackedDialogPage.)
Public methodRunScript
Public methodSetActivePageTo
(Inherited from StackedDialogPage.)
Public methodSetEnglishPageTitle
Change the title passed to the constructor and, this will cause LocalPageTitle to get called also.
(Inherited from StackedDialogPage.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also