C# Class TpTrayUtility.SubmitBug.AttachmentControl

Inheritance: System.Windows.Forms.Control
Mostra file Open project: TargetProcess/Tp.TrayUtility

Public Methods

Method Description
AddFile ( string fileName ) : void
AttachmentControl ( ) : System
DeleteFiles ( ) : void

Protected Methods

Method Description
OnResize ( EventArgs e ) : void

Private Methods

Method Description
ShowFiles ( ) : void
ac_DeleteClicked ( object sender, EventArgs e ) : void
addFile_Click ( object sender, EventArgs e ) : void
addFromLib_Click ( object sender, EventArgs e ) : void
newCaptrue_Click ( object sender, EventArgs e ) : void
pageDown_Click ( object sender, EventArgs e ) : void
pageUp_Click ( object sender, EventArgs e ) : void

Method Details

AddFile() public method

public AddFile ( string fileName ) : void
fileName string
return void

AttachmentControl() public method

public AttachmentControl ( ) : System
return System

DeleteFiles() public method

public DeleteFiles ( ) : void
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void