[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Dialogs.MoreColors.ShowDialog

ShowDialog Method

ShowDialog(IWin32Window)

Shows the form as a modal dialog box with the specified owner.

Declaration
public DialogResult ShowDialog(IWin32Window owner)
Public Function ShowDialog(owner As IWin32Window) As DialogResult
Parameters
Type Name Description
IWin32Window owner

Any object that implements System.Windows.Forms.IWin32Window and represents the top-level window that will own the modal dialog box.

Returns
Type Description
DialogResult

One of the DialogResult values.