You are here: Start » AVL.NET » Designer.ShowDialog Method
Designer.ShowDialog Method
Shows the editor as a modal window
| Namespace: | Avl.Designers | 
|---|---|
| Assembly: | AvlNet.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.
