C# 클래스 BaconBuilder.View.MediaSelectionDialog

상속: System.Windows.Forms.Form, IMediaSelectionDialog
파일 보기 프로젝트 열기: Revelations/BaconApp 1 사용 예제들

공개 메소드들

메소드 설명
MediaSelectionDialog ( BaconModel model, ContentType contentType ) : System

Constructor that accepts a model.

ShowOpenItemDialog ( ) : void

비공개 메소드들

메소드 설명
BuildBrowseButton ( ) : void

Builds the Browse button.

BuildCancelButton ( ) : void

Builds the Cancel button

BuildImageUrlTextbox ( ) : void

Builds the ImageURL textbox.

BuildOkButton ( ) : void

Builds the OK button.

BuildOpenImageDialog ( ) : void

Builds the OpenImageDialog

BuildOptions ( ) : void
Dispose ( bool disposing ) : void
InitBasedOnContentType ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnBrowser_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
txtImageURL_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

MediaSelectionDialog() 공개 메소드

Constructor that accepts a model.
public MediaSelectionDialog ( BaconModel model, ContentType contentType ) : System
model BaconBuilder.Model.BaconModel
contentType ContentType
리턴 System

ShowOpenItemDialog() 공개 메소드

public ShowOpenItemDialog ( ) : void
리턴 void