[This is preliminary documentation and is subject to change.]
Author: Đonny
Implements MessageBox for as Form
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[ToolboxBitmapAttribute(typeof(EncodingSelector), "MessageBox.bmp")] public class MessageBox : MessageBox |
| Visual Basic |
|---|
<ToolboxBitmapAttribute(GetType(EncodingSelector), "MessageBox.bmp")> _ Public Class MessageBox _ Inherits MessageBox |
| Visual C++ |
|---|
[ToolboxBitmapAttribute(typeof(EncodingSelector), L"MessageBox.bmp")] public ref class MessageBox : public MessageBox |
| F# |
|---|
[<ToolboxBitmapAttribute(typeof(EncodingSelector), "MessageBox.bmp")>] type MessageBox = class inherit MessageBox end |
| JScript |
|---|
public class MessageBox extends MessageBox |
Remarks
The MessageBox is implemented with following notes:
AlignJustify is not supported, AlignLeft is used instead.
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
Tools.WindowsT.IndependentT..::..MessageBox
Tools.WindowsT.FormsT..::..MessageBox
System..::..MarshalByRefObject
System.ComponentModel..::..Component
Tools.WindowsT.IndependentT..::..MessageBox
Tools.WindowsT.FormsT..::..MessageBox
See Also
Version History
1.5.2
- (Nightly) VersionAttribute and AuthorAttribute removed
- Fixed: Check box has not enough size.
- Fixed: Custom controls (TopControl, MidControl, BottomControl) derived from UIElement are not shown.
- Fixed: Custom controls (TopControl, MidControl, BottomControl) get disposed when message box is closed.
- Fixed: When custom control (TopControl, MidControl, BottomControl) is replaced wne message box is shown, the change does not take effect.
- Fixed: Dialog closes even when button click operation is cancelled (see ClickPreview)
1.5.3
- (Beta) Added support for Window as message box owner required by changes in MessageBox
- (Beta) Owner of dialog now can be any DependencyObject hosted in Window.