[This is preliminary documentation and is subject to change.]

The MessageBox type exposes the following members.

Constructors

  NameDescription
Public methodMessageBox
Default CTor - creates messagebox with just one button OK

Methods

  NameDescription
Protected methodAddHandlers
Adds event handlers to collections
Public methodClose()()()()
Closes message box with CloseResponse
Public methodClose(DialogResult)
If overriden in derived class closes the message box with given response
Public methodStatic memberConvertIconConstant(MsgBoxStyle)
Public methodStatic memberConvertIconConstant(MessageBoxIcon)
Public methodStatic memberConvertIconConstant(MessageBoxImage)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDisplayBox()()()()
Displays the dialog non-modally (execution continues immediatelly)
Public methodDisplayBox(Object)
Displays the dialog non-modally (execution continues immediatelly)
Public methodStatic memberDisplayTemplate(MessageBox, Object, String, String)
Display default (GetDefault()()()()) message box initialized with given instance of MessageBox modeless
Protected methodStatic memberDisplayTemplate(MessageBox, MessageBox, Object, String, String)
Display given message box initialized with given instance of MessageBox modeless
Public methodDispose()()()()
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.)
Public methodStatic memberError_X
Displays modal message box with information about Exception
Public methodStatic memberError_XBI
Displays modal message box with information about Exception
Public methodStatic memberError_XBWI
Displays modal message box with information about Exception
Public methodStatic memberError_XPTIBWO
Displays modal message box with information about Exception
Public methodStatic memberError_XT
Displays modal message box with information about Exception and custom title
Public methodStatic memberError_XTBI
Displays modal message box with information about Exception
Public methodStatic memberError_XTBWI
Displays modal message box with information about Exception
Public methodStatic memberError_XTW
Displays modal message box with information about Exception with given title and owner
Public methodStatic memberError_XW
Displays modal message box with information about given Exception modal to giwen owner
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Protected methodStatic memberGetAssociatedSound
Gets sound associated with given icon
Public methodStatic memberGetDefault
Gets instance of default implementation of message box
Protected methodGetDefaultCloseResponse
Gets default value for the CloseResponse property. The value depends on current content of Buttons collection.
Public methodStatic memberGetIcon
Default function used for converting enumeration values to icons for message box
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Protected methodGetTextWithAccessKey(String, Char)
When overriden in derived class gets text which contains Accesskey marker (like & in WinForms or _ in WPF)
Protected methodStatic memberGetTextWithAccessKey(String, Char, Char)
Creates accesskey text by prepending given char before accesskey character
Protected methodStatic memberInitializeDafault
Initializes instance of MessageBox obtained via GetDefault()()()() using InitializeFrom(MessageBox)
Protected methodInitializeFrom
Initializes current instance of MessageBox with setting of another MessageBox
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodStatic memberModal_P
Displays modal message box with given prompt
Public methodStatic memberModal_PB
Displays modal message box with given prompt and buttons
Public methodStatic memberModal_PT
Displays modal message box with given prompt and title
Public methodStatic memberModal_PTB
Displays modal message box with given promt, title and buttons
Public methodStatic memberModal_PTBI(String, String, MessageBox..::..MessageBoxButton..::..Buttons, Image)
Displays modal message with given prompt, title, buttons and custom icon
Public methodStatic memberModal_PTBI(String, String, MessageBox..::..MessageBoxButton..::..Buttons, MessageBox..::..MessageBoxIcons)
Displays modal message with given prompt, title, buttons and icon
Public methodStatic memberModal_PTI(String, String, Image)
Displays modal message box with given prompt, title and custom icon
Public methodStatic memberModal_PTI(String, String, MessageBox..::..MessageBoxIcons)
Displays modal message box with given prompt, title and icon
Public methodStatic memberModal_PTIB
Displays modal message box with given prompt, title, custom icon and custom buttons
Public methodStatic memberModal_PTIW(String, String, Image, Object)
Displays modal messagebox with given prompt, title and custom icon. Message box is modal to given owner.
Public methodStatic memberModal_PTIW(String, String, MessageBox..::..MessageBoxIcons, Object)
Displays modal messagebox with given prompt, title and icon. Message box is modal to given owner.
Public methodStatic memberModal_PTMBIOW(String, String, Int32, MessageBox..::..MessageBoxButton..::..Buttons, Image, MessageBox..::..MessageBoxOptions, Object)
Displays autoclosing modal message box
Public methodStatic memberModal_PTMBIOW(String, String, TimeSpan, MessageBox..::..MessageBoxButton..::..Buttons, Image, MessageBox..::..MessageBoxOptions, Object)
Displays autoclosing modal message box
Public methodStatic memberModal_PTOBIS
Displays modal message box with given prompt, tile and options. Optinally also buttons and icon.
Public methodStatic memberModal_PTOIB
Displays modal message box with given prompt, title, options, custom icon and custom buttons
Public methodStatic memberModal_PTOIBS
Displays modal message box with given prompt, tile and options and custom icon. Optinally also buttons.
Public methodStatic memberModal_PTWBIO
Display modal message box with given prompt, title and owner. Optionally specifies buttons, icon and options
Public methodStatic memberModalEx_PTB
Displays modal message box with given prompt, title and buttons
Public methodStatic memberModalEx_PTEIOWMHS
Displays modal messagebox with given prompt, title, items and optionally icon, options, owner, timer, show handler and sound
Public methodStatic memberModalEx_PTIOWMHE
Displays modal messagebox with given prompt, title, items, icon, options, owner, timer and show handler
Public methodStatic memberModalEx_PTIWB
Displays modal message box with given prompt, title, icon and owner and buttons
Public methodStatic memberModalEx_PTIWMHB
Displays modal message box with given prompt, title, icon, owner, timer, show ahndler and buttons
Public methodStatic memberModalEx_PTIWMHE
Displays modal message box with given prompt, title, icon, owner, timer, show ahndler and items
Public methodStatic memberModalEx_PTIWS
Displays modal message box with given prompt, title, icon, owner and items
Public methodStatic memberModalEx_PTS
Displays modal message box with given prompt, title and items
Public methodStatic memberModalF_Pa
Displays modal message box with formated prompt
Public methodStatic memberModalF_PTa
Displays modal message box with formated prompt and given title
Public methodStatic memberModalF_PTBa
Displays modal message box with formate prompt, given title an buttons
Public methodStatic memberModalF_PTBIa(String, String, MessageBox..::..MessageBoxButton..::..Buttons, Image, array<Object>[]()[][])
Displays modal message with formated prompt, given title, buttons and custom icon
Public methodStatic memberModalF_PTBIa(String, String, MessageBox..::..MessageBoxButton..::..Buttons, MessageBox..::..MessageBoxIcons, array<Object>[]()[][])
Displays modal message with formated prompt, given title, buttons and icon
Public methodStatic memberModalF_PTIa(String, String, Image, array<Object>[]()[][])
Displays modal message box with formated prompt, given title and custom icon
Public methodStatic memberModalF_PTIa(String, String, MessageBox..::..MessageBoxIcons, array<Object>[]()[][])
Displays modal message box with formated prompt, given title and icon
Public methodStatic memberModalF_PTOa
Displays modal message box with formated prompt, given title and options
Public methodStatic memberModalF_PTOBa
Displays modal message box with formated prompt, given title, options and buttons
Public methodStatic memberModalF_PTOBIa(String, String, MessageBox..::..MessageBoxOptions, MessageBox..::..MessageBoxButton..::..Buttons, Image, array<Object>[]()[][])
Displays modal message box with formated prompt, given title, options, buttons and custom icon
Public methodStatic memberModalF_PTOBIa(String, String, MessageBox..::..MessageBoxOptions, MessageBox..::..MessageBoxButton..::..Buttons, MessageBox..::..MessageBoxIcons, array<Object>[]()[][])
Displays modal message box with formated prompt, given title, options, buttons and predefined icon
Public methodStatic memberModalF_PTOBISa
Displays modal message box with formated prompt, given title, options, buttons and custom icon
Public methodStatic memberModalF_PTOIa(String, String, MessageBox..::..MessageBoxOptions, Image, array<Object>[]()[][])
Displays modal message box with formated prompt, given title, options and custom icon
Public methodStatic memberModalF_PTOIa(String, String, MessageBox..::..MessageBoxOptions, MessageBox..::..MessageBoxIcons, array<Object>[]()[][])
Displays modal message box with formated prompt, given title, options and predefined icon
Public methodStatic memberModalF_PTOISa
Displays modal message box with formated prompt, given title, options and custom icon
Public methodStatic memberModalF_PTWa
Dsiplays modal message box with formated prompt, given title and owner
Public methodStatic memberModalF_PTWBIa(String, String, Object, MessageBox..::..MessageBoxButton..::..Buttons, Image, array<Object>[]()[][])
Display modal message box with formated promt, given title, owner, buttons, icon
Public methodStatic memberModalF_PTWBIa(String, String, Object, MessageBox..::..MessageBoxButton..::..Buttons, MessageBox..::..MessageBoxIcons, array<Object>[]()[][])
Display modal message box with formated promt, given title, owner, buttons, one of predefined icons
Public methodModalSync
Displays modal messagebox in sync with given control
Public methodStatic memberModalSyncTemplate
Displays modal message box in sync with given control
Public methodStatic memberMsgBox
Displays a message in a dialog box, waits for the user to click a button, and then returns an integer indicating which button the user clicked.
Public methodStatic memberMsgBoxF
Displays a formatted message in a dialog box, waits for the user to click a button, and then returns an integer indicating which button the user clicked.
Public methodStatic memberMsgBoxFW
Displays a formatted message in a dialog box modal to given object, waits for the user to click a button, and then returns an integer indicating which button the user clicked.
Protected methodOnAllowCloseChanged
Raises tha AllowCloseChanged event. Calls OnChanged(EventArgs)
Protected methodOnBottomControlChanged
Protected methodOnButtonsChanged
Raises the ButtonsChanged event. Handles Radios.CollectionChanged event. Calls OnChanged(EventArgs).
Protected methodOnClosed
raises the Closed event
Protected methodOnCloseResponseChanged
Protected methodOnComboBoxChanged
Raises the ComboBoxChanged event, calls OnChanged(EventArgs)
Protected methodOnCountDown
Raises the CountDown event
Protected methodOnCountDownStopped
Called when count-down is stopped by calling StopCountDown()()()()
Protected methodOnDefaultButtonChanged
Protected methodOnChanged
Raises the Changed event
Protected methodOnCheckBoxesChanged
Raises the CheckBoxesChanged event. Handles Radios.CollectionChanged event. Calls OnChanged(EventArgs).
Protected methodOnIconChanged
Raises the IconChanged event, calls OnChanged(EventArgs)
Protected methodOnMidControlChanged
Raises the MidControlChanged event, calls OnChanged(EventArgs)
Protected methodOnOptionsChanged
Raises the OptionsChanged event, calls OnChanged(EventArgs)
Protected methodOnPromptChanged
Raises the PromptChanged event, calls OnChanged(EventArgs)
Protected methodOnRadiosChanged
Raises the RadiosChanged event. Handles Radios.CollectionChanged event. Calls OnChanged(EventArgs).
Protected methodOnRecycled
Raises the Recycled event
Protected methodOnShown
Called when dialog is shown. Performs some initialization (timer). Calls PlaySound()()()(). Raises the Shown event.
Protected methodOnTimeButtonChanged
Raises the TimeButtonChanged event, calls OnChanged(EventArgs)
Protected methodOnTimerChanged
Raises the TimerChanged event, calls OnChanged(EventArgs)
Protected methodOnTitleChanged
Raises the TitleChanged event, calls OnChanged(EventArgs)
Protected methodOnTopControlChanged
Raises the TopControlChanged event, calls OnChanged(EventArgs)
Protected methodPerformDialog
If overriden in derived class shows the dialog
Protected methodPlaySound
If PlayOnShow is not null, plays it
Public methodRecycle
Switches MessageBox from Closed to CreatedState
Protected methodRecycleInternal
Performs all operations needed to switch MessageBox form StateClosed to Created
Public methodResumeCountDown()()()()
Resumes previously stopped count down timer
Public methodResumeCountDown(TimeSpan)
Resumes previouskly stopped count down timer with new timer value
Public methodSetButtons(array<MessageBox..::..MessageBoxButton>[]()[][])
Replaces Buttons with given buttons
Public methodSetButtons(MessageBox..::..MessageBoxButton..::..Buttons)
Replaces Buttons with buttons created from their MessageBox..::..MessageBoxButton..::..Buttons specification
Public methodStatic memberShow(String)
Displays a message box with specified text.
Public methodStatic memberShow(Object, String)
Displays a message box in front of the specified object and with the specified text.
Public methodStatic memberShow(String, String)
Displays a message box with specified text and caption.
Public methodStatic memberShow(Window, String)
Displays a message box in front of the specified window. The message box displays a message and returns a result.
Public methodStatic memberShow(Object, String, String)
Displays a message box in front of the specified object and with the specified text and caption.
Public methodStatic memberShow(String, String, MessageBoxButtons)
Displays a message box with specified text, caption, and buttons.
Public methodStatic memberShow(String, String, MessageBoxButton)
Displays a message box that has a message, title bar caption, and button; and that returns a result.
Public methodStatic memberShow(Window, String, String)
Displays a message box in front of the specified window. The message box displays a message and title bar caption; and it returns a result.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons)
Displays a message box in front of the specified object and with the specified text, caption, and buttons.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxIcon)
Displays a message box with specified text, caption, buttons, and icon.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons)
Displays a message box with specified text, caption, buttons, and icon.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBoxImage)
Displays a message box that has a message, title bar caption, button, and icon; and that returns a result.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons)
Displays a message box that has a message, title bar caption, button, and icon; and that returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, and button; and it also returns a result.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBoxIcon)
Displays a message box in front of the specified object and with the specified text, caption, buttons, and icon.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons)
Displays a message box in front of the specified object and with the specified text, caption, buttons, and icon.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
Displays a message box with the specified text, caption, buttons, icon, and default button.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons, MessageBoxDefaultButton)
Displays a message box with the specified text, caption, buttons, icon, and default button.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult)
Displays a message box that has a message, title bar caption, button, and icon; and that accepts a default message box result and returns a result.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons, MessageBoxResult)
Displays a message box that has a message, title bar caption, button, and icon; and that accepts a default message box result and returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBoxImage)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and it also returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and it also returns a result.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, and default button.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons, MessageBoxDefaultButton)
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, and default button.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions)
Displays a message box with the specified text, caption, buttons, icon, default button, and options.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons, MessageBoxDefaultButton, MessageBoxOptions)
Displays a message box with the specified text, caption, buttons, icon, default button, and options.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions)
Displays a message box that has a message, title bar caption, button, and icon; and that accepts a default message box result, complies with the specified options, and returns a result.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons, MessageBoxResult, MessageBoxOptions)
Displays a message box that has a message, title bar caption, button, and icon; and that accepts a default message box result, complies with the specified options, and returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and accepts a default message box result and returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons, MessageBoxResult)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and accepts a default message box result and returns a result.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions)
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, default button, and options.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons, MessageBoxDefaultButton, MessageBoxOptions)
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, default button, and options.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and accepts a default message box result, complies with the specified options, and returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons, MessageBoxResult, MessageBoxOptions)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and accepts a default message box result, complies with the specified options, and returns a result.
Public methodShowDialog()()()()
Shows modal dialog (and waits until the dialog is closed)
Public methodShowDialog(Object)
Show modal dialog (and waits until the dialog is closed)
Public methodStatic memberShowTemplate(MessageBox, Object, String, String)
Shows default (GetDefault()()()()) modal message box initialized with given instance of MessageBox
Protected methodStatic memberShowTemplate(MessageBox, MessageBox, Object, String, String)
Shows given modal message box initialized with given instance of MessageBox
Public methodStatic memberShowWPF(String)
Displays a message box that has a message and that returns a result.
Public methodStatic memberShowWPF(String, String)
Displays a message box that has a message and title bar caption; and that returns a result.
Public methodStopCountDown
Stops count-down timer ticking
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)

Fields

  NameDescription
Public fieldStatic memberHelpDialogResult
Value of the Result property for predefined Help button
Public fieldStatic memberTimerFormat
Recomended format for displaying timer.

Properties

  NameDescription
Public propertyAllowClose
Gets or sets value indicating if dialog can be closed without clicking any of buttons
Public propertyBottomControl
Gets or sets additional control displayed at bottom of the message box (below buttons)
Public propertyButtons
Defines buttons displayed on message box
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyClickedButton
Gets button user have clicked on
Public propertyClosedByTimer
Gets value indicationg if the message box was closed automatically after the time specified in Timer elapsed
Public propertyCloseResponse
Gets or sets value returned by Show(Window, String) function when user closes the message box by closing window or by pressin escape
Public propertyComboBox
Gets or sets combo box (drop down list) displayed in message box
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCurrentTimer
Gets or sets current remaining time of count-down timer
Public propertyDefaultButton
Indicates 0-based index of button that has focus when message box is shown and that is default button for message box
Public propertyStatic memberDefaultImplementation
Gets or sets default implementation used for messageboxes shown by static Show(Window, String) methods of this class
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyDialogResult
Gets result of dialog (Result of button user has clicked on)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyStatic memberGetIconDelegate
Gets or sets delegate which is used for converting enumeration values to icons for message box
Public propertyCheckBoxes
Check boxes displayed in messaqge box
Public propertyIcon
Gets or sets icon image to display on the message box
Public propertyIsCountDown
Gets value indicationg if counting down is curently in progress
Public propertyMidControl
Gets or sets additional control displayed in the middle of the message box (above buttons)
Public propertyOptions
Gets or sets options of the message box
Public propertyPlayOnShow
Gets or sets sound played when message box is shown
Public propertyPrompt
Gets or sets text of prompt of message box.
Public propertyRadios
Radio buttons displayed on message box
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyState
Gets or sets value indicating current state of the message box
Public propertyTimeButton
Gets or sets value indicating 0-based index of button when count-down time is displayed
Public propertyTimer
Gets or sets value indicating for how long the message box will be displayed before it closes with CloseResponse as result.
Public propertyTitle
Gets or sets title text of message box
Public propertyTopControl
Gets or sets additional control displayed at top of the message box (above message)
Public propertyUseDefaultCloseResponse
Gets value indicating if the CloseResponse property has its default value

Events

  NameDescription
Public eventAllowCloseChanged
Raised when value of the AllowClose property changes
Public eventBottomControlChanged
Raised wghen value of the BottomControl property changes
Public eventButtonsChanged
Raised when content of the Buttons collection changes
Public eventClosed
Raised after dialog is closed
Public eventCloseResponseChanged
Raised wghen value of the CloseResponse property changes
Public eventComboBoxChanged
Raised wghen value of the ComboBox property changes
Public eventCountDown
Raised when count-down timer ticks
Public eventDefaultButtonChanged
Raised wghen value of the DefaultButton property changes
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)
Public eventChanged
Raised when value of member changes
Public eventCheckBoxesChanged
Raised when content of the CheckBoxes collection changes
Public eventIconChanged
Raised wghen value of the Icon property changes
Public eventMidControlChanged
Raised wghen value of the MidControl property changes
Public eventOptionsChanged
Raised wghen value of the Options property changes
Public eventPromptChanged
Raised wghen value of the Prompt property changes
Public eventRadiosChanged
Raised when content of the Radios collection changes
Public eventRecycled
Raised when instance recycling process is completed
Public eventShown
Raised after dialog is shown
Public eventTimeButtonChanged
Raised wghen value of the TimeButton property changes
Public eventTimerChanged
Raised wghen value of the Timer property changes
Public eventTitleChanged
Raised wghen value of the Title property changes
Public eventTopControlChanged
Raised wghen value of the TopControl property changes

See Also