[This is preliminary documentation and is subject to change.]
Implements MessageBox for as Form
Namespace:
Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.2.0
Author: Đonny (dzonny@dzonny.cz)
Vertion 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)
Syntax
| C# |
|---|
[ToolboxBitmapAttribute(typeof(EncodingSelector), "MessageBox.bmp")] public class MessageBox : MessageBox |
| Visual Basic (Declaration) |
|---|
<ToolboxBitmapAttribute(GetType(EncodingSelector), "MessageBox.bmp")> _ Public Class MessageBox _ Inherits MessageBox |
| Visual C++ |
|---|
[ToolboxBitmapAttribute(typeof(EncodingSelector), L"MessageBox.bmp")] public ref class MessageBox : public MessageBox |
| J# |
|---|
/** @attribute ToolboxBitmapAttribute(EncodingSelector, "MessageBox.bmp") */ public class MessageBox extends MessageBox |
| 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