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

Shows dialog in sync with thread ow given control modally to give control

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

Syntax

C#
public DialogResult ShowDialogOn(
	Control Owner
)
Visual Basic
Public Function ShowDialogOn ( _
	Owner As Control _
) As DialogResult
Visual C++
public:
DialogResult ShowDialogOn(
	Control^ Owner
)
F#
member ShowDialogOn : 
        Owner:Control -> DialogResult 
JScript
public function ShowDialogOn(
	Owner : Control
) : DialogResult

Parameters

Owner
Type: System.Windows.Forms..::..Control
Control to show dialog on thread of and modally to (null to ignore)

Return Value

Dialog result

See Also