Exemplo n.º 1
0
 internal void OnHandleDestroyed(object sender, EventArgs e)
 {
     if (_enabled)
     {
         // ビューアを解除
         bool sts = NativeMethod.ChangeClipboardChain(this.Handle, nextHandle);
     }
     ReleaseHandle();
 }