메소드 | 설명 | |
---|---|---|
ColorDialog ( IColorDialog colorDialog ) : System |
Initializes a new instance of the ColorDialog class.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
ShowDialog ( System owner ) : System.Windows.Forms.DialogResult |
Runs a common dialog box with the specified owner.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public ColorDialog ( IColorDialog colorDialog ) : System | ||
colorDialog | IColorDialog | The interface of a color dialog. |
리턴 | System |
public ShowDialog ( System owner ) : System.Windows.Forms.DialogResult | ||
owner | System | /// Any object that implements System.Windows.Forms.IWin32Window that represents the top-level /// window that will own the modal dialog box. /// |
리턴 | System.Windows.Forms.DialogResult |