C# Class IdSharpHarness.ID3v2UserControl

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: nexus49/grado

Public Methods

Method Description
ID3v2UserControl ( ) : System
LoadFile ( String path ) : void
SaveFile ( String path ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ClearImageData ( ) : void
GetCurrentPictureFrame ( ) : IAttachedPicture
InitializeComponent ( ) : void

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

LoadImageData ( IAttachedPicture attachedPicture ) : void
LoadImageFromFile ( IAttachedPicture attachedPicture ) : void
SaveImageToFile ( IAttachedPicture attachedPicture ) : void
bindingNavigatorAddNewItem_Click ( object sender, EventArgs e ) : void
bindingNavigatorDeleteItem_Click ( object sender, EventArgs e ) : void
bindingSource_CurrentChanged ( object sender, EventArgs e ) : void
cmbImageType_SelectedIndexChanged ( object sender, EventArgs e ) : void
imageContextMenu_Opening ( object sender, CancelEventArgs e ) : void
miLoadImage_Click ( object sender, EventArgs e ) : void
miSaveImage_Click ( object sender, EventArgs e ) : void
txtImageDescription_Validated ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ID3v2UserControl() public method

public ID3v2UserControl ( ) : System
return System

LoadFile() public method

public LoadFile ( String path ) : void
path String
return void

SaveFile() public method

public SaveFile ( String path ) : void
path String
return void