C# Класс BaconBuilder.View.MediaSelectionDialog

Наследование: System.Windows.Forms.Form, IMediaSelectionDialog
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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