C# Class Linearstar.MikuMikuMoving.AnimateCaptionPlugin.AnimateCaptionControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: mfakane/MikuMikuMoving-Plugins

Méthodes publiques

Méthode Description
AnimateCaptionControl ( ) : System
SetNewValues ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

Private Methods

Méthode Description
GetValueSet ( AnimationEntryControl control, AnimationEntry entry ) : void
InitializeComponent ( ) : void

デザイナー サポートに必要なメソッドです。このメソッドの内容を コード エディターで変更しないでください。

SetValueSet ( AnimationEntryControl control, AnimationEntry entry ) : void
UpdateUIValues ( ) : void
timelineControl_AddAmount ( object sender, AmountEventArgs e ) : void
timelineControl_ChangeAmount ( object sender, AmountEventArgs e ) : void
timelineControl_CurrentAmountChanged ( object sender, EventArgs e ) : void
timelineControl_RemoveAmount ( object sender, AmountEventArgs e ) : void

Method Details

AnimateCaptionControl() public méthode

public AnimateCaptionControl ( ) : System
Résultat System

Dispose() protected méthode

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
Résultat void

SetNewValues() public méthode

public SetNewValues ( ) : void
Résultat void