C# Class BaconBuilder.View.MediaSelectionDialog

Inheritance: System.Windows.Forms.Form, IMediaSelectionDialog
Show file Open project: Revelations/BaconApp Class Usage Examples

Public Methods

Method Description
MediaSelectionDialog ( BaconModel model, ContentType contentType ) : System

Constructor that accepts a model.

ShowOpenItemDialog ( ) : void

Private Methods

Method Description
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

Method Details

MediaSelectionDialog() public method

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

ShowOpenItemDialog() public method

public ShowOpenItemDialog ( ) : void
return void