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

Cloning CTor

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

Syntax

C#
public MessageBoxButton(
	MessageBox..::..MessageBoxButton Other
)
Visual Basic
Public Sub New ( _
	Other As MessageBox..::..MessageBoxButton _
)
Visual C++
public:
MessageBoxButton(
	MessageBox..::..MessageBoxButton^ Other
)
F#
new : 
        Other:MessageBox..::..MessageBoxButton -> MessageBoxButton
JScript
public function MessageBox..::..MessageBoxButton(
	Other : MessageBox..::..MessageBoxButton
)

Parameters

Other
Type: Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxButton
Instance to initialize new instance with

Remarks

Does not copy event handler, uses properties only.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionOther is null

See Also