Class NativeWindowAdapter
Inheritance
System.Object
NativeWindowAdapter
Namespace: Telerik.WinControls.UI
Assembly: TelerikCommon.dll
Syntax
public class NativeWindowAdapter : NativeWindow, IDisposable
Constructors
NativeWindowAdapter(IntPtr)
Declaration
public NativeWindowAdapter(IntPtr intPtr)
Parameters
System.IntPtr
intPtr
|
Methods
AddHook(WndHookDelegate)
AddPostWndProcHook(WndHookDelegate)
Declaration
public void AddPostWndProcHook(WndHookDelegate callback)
Parameters
WndHookDelegate
callback
|
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
Finalize()
Declaration
protected override void Finalize()
RemoveHook(WndHookDelegate)
RemovePostWndProcHook(WndHookDelegate)
Declaration
public void RemovePostWndProcHook(WndHookDelegate callback)
Parameters
WndHookDelegate
callback
|
SetControl(Control)
Declaration
public void SetControl(Control control)
Parameters
System.Windows.Forms.Control
control
|
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.Windows.Forms.Message
m
|