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

Initializes instance of MessageBox obtained via GetDefault()()()() 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)]
protected static MessageBox InitializeDafault(
	MessageBox Other
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Protected Shared Function InitializeDafault ( _
	Other As MessageBox _
) As MessageBox
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
protected:
static MessageBox^ InitializeDafault(
	MessageBox^ Other
)
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member InitializeDafault : 
        Other:MessageBox -> MessageBox 
JScript
protected static function InitializeDafault(
	Other : MessageBox
) : MessageBox

Parameters

Other
Type: Tools.WindowsT.IndependentT..::..MessageBox
Instance properties of which will be used to initialize returned instance

Return Value

Initialized instance of default implementation

See Also