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

Designer.ShowDialog Method

Shows the editor as a modal window

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

Syntax

public System.Windows.Forms.DialogResult ShowDialog()

Return Value

Type: System.Windows.Forms.DialogResult

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

Function Overrides

See also