[This is preliminary documentation and is subject to change.]
Does not implement MessageBox. Used for initializing messageboxes using InitializeFrom(MessageBox).
Namespace:
Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.2.0
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public sealed class FakeBox : MessageBox |
| Visual Basic (Declaration) |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public NotInheritable Class FakeBox _ Inherits MessageBox |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] public ref class FakeBox sealed : public MessageBox |
| J# |
|---|
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Advanced) */ public final class FakeBox extends MessageBox |
| JScript |
|---|
public final class FakeBox extends MessageBox |
Remarks
This class cannot be used as message box directly. But you can create instance of it and use it as template for another message boxes.
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
Tools.WindowsT.IndependentT..::.MessageBox
Tools.WindowsT.IndependentT..::.MessageBox..::.FakeBox
System..::.MarshalByRefObject
System.ComponentModel..::.Component
Tools.WindowsT.IndependentT..::.MessageBox
Tools.WindowsT.IndependentT..::.MessageBox..::.FakeBox