C# 클래스 IdSharpHarness.ID3v2UserControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: nexus49/grado

공개 메소드들

메소드 설명
ID3v2UserControl ( ) : System
LoadFile ( String path ) : void
SaveFile ( String path ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

ID3v2UserControl() 공개 메소드

public ID3v2UserControl ( ) : System
리턴 System

LoadFile() 공개 메소드

public LoadFile ( String path ) : void
path String
리턴 void

SaveFile() 공개 메소드

public SaveFile ( String path ) : void
path String
리턴 void