You are here: Start » FIL.NET » Designer.ShowDialog Method
Designer.ShowDialog Method
Shows the editor as a modal window with a specified owner
Namespace: | Fil.Designers |
---|---|
Assembly: | FilNet.Designers.dll |
Syntax
public System.Windows.Forms.DialogResult ShowDialog
(
System.Windows.Forms.IWin32Window owner
)
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
owner | System.Windows.Forms.IWin32Window | The 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.