Ejemplo n.º 1
0
 internal void releaseWndProc()
 {
     if (this.mNativeDocWindow != null)
     {
         this.mNativeDocWindow.ReleaseHandle();
         this.mNativeDocWindow = null;
     }
 }
Ejemplo n.º 2
0
        internal void setupWndProc()
        {
            if (this.mNativeDocWindow != null)
            {
                this.mNativeDocWindow.ReleaseHandle();
            }

            this.mNativeDocWindow         = new HandleWndProc();
            this.mNativeDocWindow.theform = this;
            this.mNativeDocWindow.AssignHandle(this.site.DocumentHandle);
        }
Ejemplo n.º 3
0
 internal void releaseWndProc()
 {
     if (this.mNativeDocWindow != null)
     {
         this.mNativeDocWindow.ReleaseHandle();
         this.mNativeDocWindow = null;
     }
 }
Ejemplo n.º 4
0
        internal void setupWndProc()
        {

            if (this.mNativeDocWindow != null)
            {
                this.mNativeDocWindow.ReleaseHandle();
            }

            this.mNativeDocWindow = new HandleWndProc();
            this.mNativeDocWindow.thecontrol = this;
            this.mNativeDocWindow.AssignHandle(this.site.DocumentHandle);
        }