C# 클래스 SEToolbox.Services.ColorDialog

Class wrapping System.Windows.Forms.ColorDialog, making it accept a IColorDialog.
상속: IDisposable
파일 보기 프로젝트 열기: midspace/SEToolbox

공개 메소드들

메소드 설명
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

메소드 상세

ColorDialog() 공개 메소드

Initializes a new instance of the ColorDialog class.
public ColorDialog ( IColorDialog colorDialog ) : System
colorDialog IColorDialog The interface of a color dialog.
리턴 System

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ShowDialog() 공개 메소드

Runs a common dialog box with the specified owner.
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