C# Class Vidka.Components.CommonAudioClipProperties

Afficher le fichier Open project: miktemk/VidkaEditor

Méthodes publiques

Méthode Description
CommonAudioClipProperties ( ) : System
SetParticulars ( VidkaClipAudio clip ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CommonAudioClipProperties_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

btnFadeIn10_Click ( object sender, EventArgs e ) : void
btnFadeIn5_Click ( object sender, EventArgs e ) : void
btnFadeOut10_Click ( object sender, EventArgs e ) : void
btnFadeOut5_Click ( object sender, EventArgs e ) : void
txtPostOp_TextChanged ( object sender, EventArgs e ) : void

Method Details

CommonAudioClipProperties() public méthode

public CommonAudioClipProperties ( ) : System
Résultat System

Dispose() protected méthode

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

SetParticulars() public méthode

public SetParticulars ( VidkaClipAudio clip ) : void
clip VidkaClipAudio
Résultat void