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

Does not implement MessageBox. Used for initializing messageboxes using InitializeFrom(MessageBox).

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public sealed class FakeBox : MessageBox
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public NotInheritable Class FakeBox _
	Inherits MessageBox
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public ref class FakeBox sealed : public MessageBox
F#
[<SealedAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
type FakeBox =  
    class
        inherit MessageBox
    end
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

See Also