Exemplo n.º 1
0
 /// <summary>アニメーション</summary>
 public void Animate(AnimateWindowFlags type, int time)
 {
     NativeMethod.AnimateWindow(this.Handle, time, type).CheckError();
 }