C# Class System.Windows.Forms.CommonDialog

Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
InitFormsSize void

Public Methods

Method Description
CommonDialog ( ) : System.ComponentModel
Reset ( ) : void
ShowDialog ( ) : DialogResult
ShowDialog ( IWin32Window owner ) : DialogResult

Protected Methods

Method Description
CreateHandle ( ) : void
HookProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : IntPtr
OnHelpRequest ( EventArgs e ) : void
OwnerWndProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : IntPtr
RunDialog ( IntPtr hwndOwner ) : bool

Private Methods

Method Description
InitFormsSize ( Form form ) : void

Method Details

CommonDialog() public method

public CommonDialog ( ) : System.ComponentModel
return System.ComponentModel

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

HookProc() protected method

protected HookProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : IntPtr
hWnd System.IntPtr
msg int
wparam System.IntPtr
lparam System.IntPtr
return System.IntPtr

OnHelpRequest() protected method

protected OnHelpRequest ( EventArgs e ) : void
e System.EventArgs
return void

OwnerWndProc() protected method

protected OwnerWndProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : IntPtr
hWnd System.IntPtr
msg int
wparam System.IntPtr
lparam System.IntPtr
return System.IntPtr

Reset() public abstract method

public abstract Reset ( ) : void
return void

RunDialog() protected abstract method

protected abstract RunDialog ( IntPtr hwndOwner ) : bool
hwndOwner System.IntPtr
return bool

ShowDialog() public method

public ShowDialog ( ) : DialogResult
return DialogResult

ShowDialog() public method

public ShowDialog ( IWin32Window owner ) : DialogResult
owner IWin32Window
return DialogResult