You are here: Start » AVL.NET » Designer.ShowDialog Method

Designer.ShowDialog Method

Shows the editor as a modal window with a specified owner

Namespace:AvlNet.Designers
Assembly:Avl.Net.Designers.dll

Syntax

public System.Windows.Forms.DialogResult ShowDialog
(
	System.Windows.Forms.IWin32Window owner
)

Parameters

Name Type Range Default Description
ownerSystem.Windows.Forms.IWin32WindowThe top level window that will own the editor window.

Return Value

Type: System.Windows.Forms.DialogResult

DialogResult.Ok if user has accepted the window, DialogResult.Cancel otherwise.

Function Overrides

See also