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

Default Help button

Namespace: Tools.WindowsT.IndependentT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public static MessageBox..::..MessageBoxButton Help { get; }
Visual Basic
Public Shared ReadOnly Property Help As MessageBox..::..MessageBoxButton
	Get
Visual C++
public:
static property MessageBox..::..MessageBoxButton^ Help {
	MessageBox..::..MessageBoxButton^ get ();
}
F#
static member Help : MessageBox..::..MessageBoxButton
JScript
static function get Help () : MessageBox..::..MessageBoxButton

Return Value

On each call retirns another (newly created instance) of button

Remarks

Result of this button is HelpDialogResult. The only difference between treating button with Result set to HelpDialogResult and other buttons is that by default dialog is not closed when help button is clicked. MessageBox does not take any help-providing action. See the ClickPreview event in order to see how is controlled if dialog closes when button is clicked or not.

See Also