C# Class BaconBuilder.View.MediaSelectionDialog

Inheritance: System.Windows.Forms.Form, IMediaSelectionDialog
Afficher le fichier Open project: Revelations/BaconApp Class Usage Examples

Méthodes publiques

Méthode Description
MediaSelectionDialog ( BaconModel model, ContentType contentType ) : System

Constructor that accepts a model.

ShowOpenItemDialog ( ) : void

Private Methods

Méthode 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 méthode

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

ShowOpenItemDialog() public méthode

public ShowOpenItemDialog ( ) : void
Résultat void