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

Author: Đonny

Implements MessageBox for as Form

Namespace: Tools.WindowsT.FormsT
Assembly: 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

See Also

Collapse/expand Version History

1.5.2

1.5.3