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